Class MessageBrokerSubscriptionFailedException
- 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.