| Overload | Description |
|---|---|
| DecoderException Constructor() | Initializes a new instance of the DecoderException class. |
| DecoderException Constructor(String) | Initializes a new instance of the DecoderException class with a specified error message. |
| DecoderException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the DecoderException class with serialized data. |
| DecoderException Constructor(String,Exception) | Initializes a new instance of the DecoderException class with a specified error message and a reference to the inner exception that is the cause of this exception. |