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
messagestringThe 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)