|
| 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.
|
|
◆ DecodeException() [1/2]
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
-
message | Description of the decoding error |
◆ DecodeException() [2/2]
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
-
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/DecodeException.cs