Class RelayNotFoundException
- Namespace
- Microsoft.ServiceBus
- Assembly
- Microsoft.ServiceBus.dll
The exception that is thrown when the ServiceBus relay is not found.
public class RelayNotFoundException : Exception, ISerializable
- Inheritance
-
RelayNotFoundException
- Implements
- Inherited Members
Constructors
RelayNotFoundException()
Initializes a new instance of the RelayNotFoundException class.
public RelayNotFoundException()
RelayNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the RelayNotFoundException class.
protected RelayNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe serialization information.
context
StreamingContextThe streaming context.
RelayNotFoundException(string)
Initializes a new instance of the RelayNotFoundException class.
public RelayNotFoundException(string message)
Parameters
message
stringThe error message.
RelayNotFoundException(string, Exception)
Initializes a new instance of the RelayNotFoundException class.
public RelayNotFoundException(string message, Exception innerException)