Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException Class Reference

Exception thrown when the remote peer actively closes the connection} by sending and AMQP Close frame or when the IO layer is disconnected due to some other reason such as a security error or transient network error. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException:
Apache.Qpid.Proton.Client.Exceptions.ClientIOException Apache.Qpid.Proton.Client.Exceptions.ClientException Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRedirectedException Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecurityException Apache.Qpid.Proton.Client.Exceptions.ClientConnectionSecuritySaslException

Public Member Functions

 ClientConnectionRemotelyClosedException (string message)
 Creates an instance of this exception with the given message.
 
 ClientConnectionRemotelyClosedException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 
 ClientConnectionRemotelyClosedException (string message, IErrorCondition errorCondition)
 Creates an instance of this exception with the given message.
 
 ClientConnectionRemotelyClosedException (string message, Exception innerException, IErrorCondition errorCondition)
 Creates an instance of this exception with the given message and linked causal exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientIOException
 ClientIOException (string message)
 Creates an instance of this exception with the given message.
 
 ClientIOException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Client.Exceptions.ClientException
 ClientException (string message)
 Creates an instance of this exception with the given message.
 
 ClientException (string message, Exception innerException)
 Creates an instance of this exception with the given message and linked causal exception.
 

Properties

IErrorCondition Error [get]
 Return the error provided by the remote if any.
 

Detailed Description

Exception thrown when the remote peer actively closes the connection} by sending and AMQP Close frame or when the IO layer is disconnected due to some other reason such as a security error or transient network error.

Constructor & Destructor Documentation

◆ ClientConnectionRemotelyClosedException() [1/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException ( string  message)
inline

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientConnectionRemotelyClosedException() [2/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException ( string  message,
Exception  innerException 
)
inline

Creates an instance of this exception with the given message and linked causal exception.

Parameters
messageThe message that describes the error
innerExceptionThe exception that caused this error

◆ ClientConnectionRemotelyClosedException() [3/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException ( string  message,
IErrorCondition  errorCondition 
)
inline

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientConnectionRemotelyClosedException() [4/4]

Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException.ClientConnectionRemotelyClosedException ( string  message,
Exception  innerException,
IErrorCondition  errorCondition 
)
inline

Creates an instance of this exception with the given message and linked causal exception.

Parameters
messageThe message that describes the error
innerExceptionThe exception that caused this error

The documentation for this class was generated from the following file: