Table of Contents

Constructor FailedToCreateSubscriptionException

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

FailedToCreateSubscriptionException()

Initializes a new instance of the FailedToCreateSubscriptionException class.

public FailedToCreateSubscriptionException()

FailedToCreateSubscriptionException(string)

Initializes a new instance of the FailedToCreateSubscriptionException class with a specified error message.

public FailedToCreateSubscriptionException(string message)

Parameters

message string

The message that describes the error.

FailedToCreateSubscriptionException(string, Exception)

Initializes a new instance of the FailedToCreateSubscriptionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public FailedToCreateSubscriptionException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception.