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

Exception type that is thrown when the client has encountered an unrecoverable error. More...

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

Public Member Functions

 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.
 

Detailed Description

Exception type that is thrown when the client has encountered an unrecoverable error.

Constructor & Destructor Documentation

◆ ClientIOException() [1/2]

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

Creates an instance of this exception with the given message.

Parameters
messageThe message that describes the error

◆ ClientIOException() [2/2]

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