Click or drag to resize

CodedFileNotFoundException Constructor

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

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