Freigeben über


ByteEncoderException Constructor

Include Protected Members
Include Inherited Members

The ByteEncoderException constructor overloads create new ByteEncoderException exceptions.

Overload List

  Name Description
Public method ByteEncoderException(String) The ByteEncoderException constructor creates a new ByteEncoderException with an informative message.
Protected method ByteEncoderException(SerializationInfo, StreamingContext) The ByteEncoderException constructor creates a new ByteEncoderException that can be serialized by using information and context.
Public method ByteEncoderException(String, Exception) The ByteEncoderException constructor creates a new ByteEncoderException from an inner exception.

Top