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

Represents a non-fatal exception that occurs from a Client connection or one of its resources. These error types can typically be recovered from without a full tear down and rebuild of the connection. One example might be a failure to commit a transaction due to a forced roll back on the remote side of the connection. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientException:
Apache.Qpid.Proton.Client.Exceptions.ClientIOException Apache.Qpid.Proton.Client.Exceptions.ClientIllegalStateException Apache.Qpid.Proton.Client.Exceptions.ClientMessageFormatViolationException Apache.Qpid.Proton.Client.Exceptions.ClientOperationTimedOutException Apache.Qpid.Proton.Client.Exceptions.ClientConnectionRemotelyClosedException Apache.Qpid.Proton.Client.Exceptions.ClientIdleTimeoutException Apache.Qpid.Proton.Client.Exceptions.ClientDeliveryAbortedException Apache.Qpid.Proton.Client.Exceptions.ClientDeliveryIsPartialException Apache.Qpid.Proton.Client.Exceptions.ClientDeliveryStateException Apache.Qpid.Proton.Client.Exceptions.ClientResourceRemotelyClosedException Apache.Qpid.Proton.Client.Exceptions.ClientTransactionDeclarationException Apache.Qpid.Proton.Client.Exceptions.ClientTransactionInDoubtException Apache.Qpid.Proton.Client.Exceptions.ClientTransactionNotActiveException Apache.Qpid.Proton.Client.Exceptions.ClientTransactionRolledBackException Apache.Qpid.Proton.Client.Exceptions.ClientUnsupportedOperationException Apache.Qpid.Proton.Client.Exceptions.ClientSendTimedOutException

Public Member Functions

 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.
 

Detailed Description

Represents a non-fatal exception that occurs from a Client connection or one of its resources. These error types can typically be recovered from without a full tear down and rebuild of the connection. One example might be a failure to commit a transaction due to a forced roll back on the remote side of the connection.

Constructor & Destructor Documentation

◆ ClientException() [1/2]

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

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientException() [2/2]

Apache.Qpid.Proton.Client.Exceptions.ClientException.ClientException ( 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

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