Click or drag to resize

CodedInvalidFileException Constructor

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

Overload List
  NameDescription
Public methodCodedInvalidFileException
Initializes a new instance of the CodedInvalidFileException class with its HRESULT set to COR_E_IO, and its inner exception set to a null reference.
Public methodCodedInvalidFileException(Int32)
Initializes a new instance of the CodedInvalidFileException class with the specified HRESULT value.
Public methodCodedInvalidFileException(String)
Initializes a new instance of the CodedInvalidFileException class with with its message string set to message, its HRESULT set to COR_E_IO, and its inner exception set to .
Public methodCodedInvalidFileException(Int32, String)
Initializes a new instance of the CodedInvalidFileException class with a specified HRESULT value and error message.
Protected methodCodedInvalidFileException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedInvalidFileException class with serialized data.
Public methodCodedInvalidFileException(String, Exception)
Initializes a new instance of the CodedInvalidFileException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedInvalidFileException(String, String)
Initializes a new instance of the CodedInvalidFileException class with with its message string set to message, specifying the name of the invalid file, its HRESULT set to COR_E_IO.
Public methodCodedInvalidFileException(Int32, String, Exception)
Initializes a new instance of the CodedInvalidFileException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedInvalidFileException(Int32, String, String)
Initializes a new instance of the CodedInvalidFileException class with with a specified HRESULT value, its message string set to message and the name of the invalid file.
Public methodCodedInvalidFileException(String, String, Exception)
Initializes a new instance of the CodedInvalidFileException class with its message string set to message, specifying the name of the invalid file, its HRESULT set to COR_E_IO, and a reference to the inner exception that is the cause of this exception.
Public methodCodedInvalidFileException(Int32, String, String, Exception)
Initializes a new instance of the CodedInvalidFileException class with a specified HRESULT value, its message string set to message, the name of the invalid file, and a reference to the inner exception that is the cause of this exception.
Top
See Also