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...
|
| DecodeEOFException () |
| Creates a default DecodeEOFException.
|
|
| DecodeEOFException (string message) |
| Create a new DecodeEOFException instance with the given message that describes the specifics of the decoding error.
|
|
| DecodeEOFException (string message, Exception cause) |
| Create a new DecodeEOFException instance with the given message that describes the specifics of the decoding error.
|
|
| DecodeException () |
| Creates a default DecodeException.
|
|
| DecodeException (string message) |
| Create a new DecodeException instance with the given message that describes the specifics of the decoding error.
|
|
| DecodeException (string message, Exception cause) |
| Create a new DecodeException instance with the given message that describes the specifics of the decoding error.
|
|
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.
◆ DecodeEOFException() [1/2]
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
-
message | Description of the decoding error |
◆ DecodeEOFException() [2/2]
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
-
message | Description of the decoding error |
cause | The exception that causes this error |
The documentation for this class was generated from the following file:
- src/Proton/Codec/DecodeEOFException.cs