RelayNotFoundException 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
RelayNotFoundException() |
Initializes a new instance of the RelayNotFoundException class. |
RelayNotFoundException(String) |
Initializes a new instance of the RelayNotFoundException class. |
RelayNotFoundException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RelayNotFoundException class. |
RelayNotFoundException(String, Exception) |
Initializes a new instance of the RelayNotFoundException class. |
RelayNotFoundException()
Initializes a new instance of the RelayNotFoundException class.
public RelayNotFoundException ();
Public Sub New ()
Applies to
RelayNotFoundException(String)
Initializes a new instance of the RelayNotFoundException class.
public RelayNotFoundException (string message);
new Microsoft.ServiceBus.RelayNotFoundException : string -> Microsoft.ServiceBus.RelayNotFoundException
Public Sub New (message As String)
Parameters
- message
- String
The error message.
Applies to
RelayNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the RelayNotFoundException class.
protected RelayNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceBus.RelayNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceBus.RelayNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The serialization information.
- context
- StreamingContext
The streaming context.
Applies to
RelayNotFoundException(String, Exception)
Initializes a new instance of the RelayNotFoundException class.
public RelayNotFoundException (string message, Exception innerException);
new Microsoft.ServiceBus.RelayNotFoundException : string * Exception -> Microsoft.ServiceBus.RelayNotFoundException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The error message.
- innerException
- Exception
The inner exception.
Applies to
Azure SDK for .NET