Click or drag to resize

CodecException Constructor

Creates a new instance of CodecException.
Overload List
  NameDescription
Public methodCodecException
Creates a new instance of CodecException.
Public methodCodecException(String)
Creates a new instance of CodecException specifying the error message.
Protected methodCodecException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodecException class.
Public methodCodecException(String, Exception)
Creates a new instance of CodecException specifying the error message and inner exception.
Top
See Also