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

Base exception types that backs most exceptions that are generated from the Proton engine during it's operation. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Exceptions.ProtonException:
Apache.Qpid.Proton.Engine.Exceptions.EngineStateException Apache.Qpid.Proton.Engine.Exceptions.IdleTimeoutException Apache.Qpid.Proton.Engine.Exceptions.ProtocolViolationException Apache.Qpid.Proton.Engine.Exceptions.ProtonIOException Apache.Qpid.Proton.Engine.Exceptions.EngineFailedException Apache.Qpid.Proton.Engine.Exceptions.EngineNotStartedException Apache.Qpid.Proton.Engine.Exceptions.EngineNotWritableException Apache.Qpid.Proton.Engine.Exceptions.EngineShutdownException Apache.Qpid.Proton.Engine.Exceptions.EngineStartedException Apache.Qpid.Proton.Engine.Exceptions.FrameDecodingException Apache.Qpid.Proton.Engine.Exceptions.FrameEncodingException Apache.Qpid.Proton.Engine.Exceptions.MalformedAMQPHeaderException

Public Member Functions

 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

Base exception types that backs most exceptions that are generated from the Proton engine during it's operation.

Constructor & Destructor Documentation

◆ ProtonException() [1/3]

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

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

Parameters
messageDescription of the error

◆ ProtonException() [2/3]

Apache.Qpid.Proton.Engine.Exceptions.ProtonException.ProtonException ( 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

◆ ProtonException() [3/3]

Apache.Qpid.Proton.Engine.Exceptions.ProtonException.ProtonException ( Exception  cause)
inline

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

Parameters
causeThe exception that causes this error

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