Click or drag to resize

CodedFormatException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedFormatException
Initializes a new instance of the CodedFormatException class.
Public methodCodedFormatException(Int32)
Initializes a new instance of the CodedFormatException class with a specified HRESULT value.
Public methodCodedFormatException(String)
Initializes a new instance of the CodedFormatException class with a specified error message.
Public methodCodedFormatException(Int32, String)
Initializes a new instance of the CodedFormatException class with a specified HRESULT value and error message.
Protected methodCodedFormatException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedFormatException class with serialized data.
Public methodCodedFormatException(String, Exception)
Initializes a new instance of the CodedFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedFormatException(Int32, String, Exception)
Initializes a new instance of the CodedFormatException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
Top
See Also