Constructors: NewPathTooLongException

NewPathTooLongException

Returns a new PathTooLongException object.



 Public Function NewPathTooLongException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As PathTooLongException

Parameters

Message
[ByRef] String. A human-readable message.
InnerException
[ByVal] Optional. Exception. The exception that caused this exception.

Return Values

PathTooLongException -  The new PathTooLongException.

See Also

Project CorLib Overview

Class Constructors Overview