Table of Contents

Constructor DmsSubscriptionException

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

DmsSubscriptionException()

Initializes a new instance of the DmsSubscriptionException class.

public DmsSubscriptionException()

DmsSubscriptionException(string)

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

public DmsSubscriptionException(string message)

Parameters

message string

The message that describes the error.

DmsSubscriptionException(string, Exception)

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

public DmsSubscriptionException(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.