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 );
PathTooLongException Class | PathTooLongException Members | System.IO Namespace | PathTooLongException Constructor Overload List