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!

PathTooLongException Constructor (String)

Creates a new instance of the PathTooLongException class with its message string set to message and its HRESULT set to COR_E_PATHTOOLONG.

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

Parameters

message
The message text for the exception.

See Also

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