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!

DirectoryNotFoundException Constructor (String)

Creates a new DirectoryNotFoundException with its message string set to message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public DirectoryNotFoundException(
   string message
);
[C++]
public: DirectoryNotFoundException(
   String* message
);
[JScript]
public function DirectoryNotFoundException(
   message : String
);

Parameters

message
The message text for the exception.

Remarks

[To be supplied.]

See Also

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