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

Creates a new instance of the FileNotFoundException class with its message string set to the empty string ("") and its HRESULT set to COR_E_FILENOTFOUND.

[Visual Basic]
Overloads Public Sub New()
[C#]
public FileNotFoundException();
[C++]
public: FileNotFoundException();
[JScript]
public function FileNotFoundException();

Remarks

[To be supplied.]

See Also

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