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

Public Member Functions

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

Constructor & Destructor Documentation

◆ EncodeException() [1/3]

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

Creates a default EncodeException.

◆ EncodeException() [2/3]

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

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

Parameters
messageDescription of the encoding error

◆ EncodeException() [3/3]

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

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

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

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