Class DmsSubscriptionException
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Exception that is thrown when a subscription fails to be created.
public sealed class DmsSubscriptionException : DmsException
- Inheritance
-
DmsSubscriptionException
- Extension Methods
Constructors
- DmsSubscriptionException()
Initializes a new instance of the DmsSubscriptionException class.
- DmsSubscriptionException(string)
Initializes a new instance of the DmsSubscriptionException class with a specified error message.
- 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.