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

Error thrown when the Engine idle checking detects a timeout condition and shuts down the engine and places it in an error state. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.IdleTimeoutException:
Apache.Qpid.Proton.Engine.Exceptions.ProtonException

Public Member Functions

 IdleTimeoutException ()
 Creates a default version of this exception type.
 
 IdleTimeoutException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 IdleTimeoutException (string message, Exception cause)
 Create a new instance with the given message that describes the specifics of the error.
 
- Public Member Functions inherited from Apache.Qpid.Proton.Engine.Exceptions.ProtonException
 ProtonException ()
 Creates a default version of this exception type.
 
 ProtonException (string message)
 Create a new instance with the given message that describes the specifics of the error.
 
 ProtonException (string message, Exception cause)
 Create a new instance with the given message that describes the specifics of the error.
 
 ProtonException (Exception cause)
 Create a new instance with the given exception that describes the specifics of the error.
 

Detailed Description

Error thrown when the Engine idle checking detects a timeout condition and shuts down the engine and places it in an error state.

Constructor & Destructor Documentation

◆ IdleTimeoutException() [1/2]

Apache.Qpid.Proton.Engine.Exceptions.IdleTimeoutException.IdleTimeoutException ( string  message)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
messageDescription of the error

◆ IdleTimeoutException() [2/2]

Apache.Qpid.Proton.Engine.Exceptions.IdleTimeoutException.IdleTimeoutException ( string  message,
Exception  cause 
)
inline

Create a new instance with the given message that describes the specifics of the error.

Parameters
messageDescription of the error
causeThe exception that causes this error

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