Table of Contents

Class MessageBrokerSubscriptionFailedException

Namespace
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.Api
Assembly
Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll

An exception thrown when a subscription on the message broker failed.

public class MessageBrokerSubscriptionFailedException : Exception
Inheritance
MessageBrokerSubscriptionFailedException
Extension Methods

Constructors

MessageBrokerSubscriptionFailedException()

Initializes a new instance of the MessageBrokerSubscriptionFailedException class.

MessageBrokerSubscriptionFailedException(SerializationInfo, StreamingContext)

Builds an exception with serialized data.

MessageBrokerSubscriptionFailedException(string)

Builds an exception based on a message. Reverts to the default behavior of the Exception class.

MessageBrokerSubscriptionFailedException(string, Exception)

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