ReceiverDisconnectedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.