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

Thrown when the Client fails a connection due to idle timeout. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Exceptions.ClientIdleTimeoutException:
Apache.Qpid.Proton.Client.Exceptions.ClientIOException Apache.Qpid.Proton.Client.Exceptions.ClientException

Public Member Functions

 ClientIdleTimeoutException (string message)
 Creates a new connection idle timeout exception.
 
 ClientIdleTimeoutException (string message, Exception innerException)
 Creates a new connection idle timeout 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.
 

Detailed Description

Thrown when the Client fails a connection due to idle timeout.

Constructor & Destructor Documentation

◆ ClientIdleTimeoutException() [1/2]

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

Creates a new connection idle timeout exception.

Parameters
messageThe message that describes the reason for the error

◆ ClientIdleTimeoutException() [2/2]

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

Creates a new connection idle timeout exception.

Parameters
messageThe message that describes the reason for the error
innerExceptionAn exception that further defines the reason for the error

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