ReceiverDisconnectedException Constructors

Definition

Overloads

ReceiverDisconnectedException(String)

Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message.

ReceiverDisconnectedException(String, Exception)

Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message and inner exception text.

ReceiverDisconnectedException(String)

Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message.

public ReceiverDisconnectedException (string message);
new Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException : string -> Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException
Public Sub New (message As String)

Parameters

message
String

The exception message.

Applies to

ReceiverDisconnectedException(String, Exception)

Initializes a new instance of the ReceiverDisconnectedException class with the specified exception message and inner exception text.

public ReceiverDisconnectedException (string message, Exception innerException);
new Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException : string * Exception -> Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The exception message.

innerException
Exception

The inner exception text.

Applies to