Click or drag to resize

CodedInvalidCastException Constructor

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

Overload List
  NameDescription
Public methodCodedInvalidCastException
Initializes a new instance of the CodedInvalidCastException class.
Public methodCodedInvalidCastException(Int32)
Initializes a new instance of the CodedInvalidCastException class with a specified HRESULT value.
Public methodCodedInvalidCastException(String)
Initializes a new instance of the CodedInvalidCastException class with a specified error message.
Public methodCodedInvalidCastException(Int32, String)
Initializes a new instance of the CodedInvalidCastException class with a specified HRESULT value and error message.
Protected methodCodedInvalidCastException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedInvalidCastException class with serialized data.
Public methodCodedInvalidCastException(String, Exception)
Initializes a new instance of the CodedInvalidCastException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedInvalidCastException(Int32, String, Exception)
Initializes a new instance of the CodedInvalidCastException 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