Proton DotNet
Public Member Functions | List of all members
Apache.Qpid.Proton.Codec.DecodeException Class Reference
Inheritance diagram for Apache.Qpid.Proton.Codec.DecodeException:
Apache.Qpid.Proton.Codec.DecodeEOFException

Public Member Functions

 DecodeException ()
 Creates a default DecodeException. More...
 
 DecodeException (string message)
 Create a new DecodeException instance with the given message that describes the specifics of the decoding error. More...
 
 DecodeException (string message, Exception cause)
 Create a new DecodeException instance with the given message that describes the specifics of the decoding error. More...
 

Constructor & Destructor Documentation

◆ DecodeException() [1/3]

Apache.Qpid.Proton.Codec.DecodeException.DecodeException ( )
inline

Creates a default DecodeException.

◆ DecodeException() [2/3]

Apache.Qpid.Proton.Codec.DecodeException.DecodeException ( string  message)
inline

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

Parameters
messageDescription of the decoding error

◆ DecodeException() [3/3]

Apache.Qpid.Proton.Codec.DecodeException.DecodeException ( string  message,
Exception  cause 
)
inline

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

Parameters
messageDescription of the decoding error
causeThe exception that causes this error

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