Table of Contents

Constructor MessageBrokerSubscriptionFailedException

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

MessageBrokerSubscriptionFailedException()

Initializes a new instance of the MessageBrokerSubscriptionFailedException class.

public MessageBrokerSubscriptionFailedException()

MessageBrokerSubscriptionFailedException(string)

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

public MessageBrokerSubscriptionFailedException(string message)

Parameters

message string

A description of the error and any relevant information.

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.

public MessageBrokerSubscriptionFailedException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

MessageBrokerSubscriptionFailedException(SerializationInfo, StreamingContext)

Builds an exception with serialized data.

protected MessageBrokerSubscriptionFailedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialized object data about the exception being thrown.

context StreamingContext

The contextual information about the source or destination