Proton DotNet
|
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...
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... | |
![]() | |
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... | |
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.
|
inline |
Creates a default DecodeEOFException.
|
inline |
Create a new DecodeEOFException instance with the given message that describes the specifics of the decoding error.
message | Description of the decoding error |
|
inline |
Create a new DecodeEOFException instance with the given message that describes the specifics of the decoding error.
message | Description of the decoding error |
cause | The exception that causes this error |