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