ByteEncoderException Constructor
The ByteEncoderException constructor overloads create new ByteEncoderException exceptions.
Overload List
Name | Description |
---|---|
ByteEncoderException (String) |
The ByteEncoderException constructor creates a new ByteEncoderException with an informative message.
|
ByteEncoderException (SerializationInfo, StreamingContext) |
The ByteEncoderException constructor creates a new ByteEncoderException that can be serialized by using information and context.
|
ByteEncoderException (String, Exception) |
The ByteEncoderException constructor creates a new ByteEncoderException from an inner exception.
|