Table of Contents

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 SerializationInfo

The serialization information.

context StreamingContext

The streaming context.

RelayNotFoundException(string)

Initializes a new instance of the RelayNotFoundException class.

public RelayNotFoundException(string message)

Parameters

message string

The error message.

RelayNotFoundException(string, Exception)

Initializes a new instance of the RelayNotFoundException class.

public RelayNotFoundException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.