NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileNotFoundException Constructor (String)

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
);

Parameters

message
The message text for the exception.

Remarks

[To be supplied.]

See Also

FileNotFoundException Class | FileNotFoundException Members | System.IO Namespace | FileNotFoundException Constructor Overload List