Table of Contents

Class FailedToCreateSubscriptionException

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 FailedToCreateSubscriptionException : Exception
Inheritance
FailedToCreateSubscriptionException
Extension Methods

Constructors

FailedToCreateSubscriptionException()

Initializes a new instance of the FailedToCreateSubscriptionException class.

FailedToCreateSubscriptionException(string)

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

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.