Creates a new instance of the FileNotFoundException class with its message string set to message and its HRESULT set to COR_E_FILENOTFOUND.
[Visual Basic] Overloads Public Sub New( _ ByVal message As String _ ) [C#] public FileNotFoundException( string message ); [C++] public: FileNotFoundException( String* message ); [JScript] public function FileNotFoundException( message : String );
[To be supplied.]
FileNotFoundException Class | FileNotFoundException Members | System.IO Namespace | FileNotFoundException Constructor Overload List