Proton DotNet
Public Member Functions | List of all members
Apache.Qpid.Proton.Codec.DecodeEOFException Class Reference

Decode exception thrown when a decode operation fails because it reached the end of available input before fully decoding the value it is currently working with. More...

Inheritance diagram for Apache.Qpid.Proton.Codec.DecodeEOFException:
Apache.Qpid.Proton.Codec.DecodeException

Public Member Functions

 DecodeEOFException ()
 Creates a default DecodeEOFException. More...
 
 DecodeEOFException (string message)
 Create a new DecodeEOFException instance with the given message that describes the specifics of the decoding error. More...
 
 DecodeEOFException (string message, Exception cause)
 Create a new DecodeEOFException instance with the given message that describes the specifics of the decoding error. More...
 
- Public Member Functions inherited from Apache.Qpid.Proton.Codec.DecodeException
 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...
 

Detailed Description

Decode exception thrown when a decode operation fails because it reached the end of available input before fully decoding the value it is currently working with.

Constructor & Destructor Documentation

◆ DecodeEOFException() [1/3]

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

Creates a default DecodeEOFException.

◆ DecodeEOFException() [2/3]

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

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

Parameters
messageDescription of the decoding error

◆ DecodeEOFException() [3/3]

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

Create a new DecodeEOFException 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: