Constructors: NewPathTooLongException

NewPathTooLongException

Returns a new PathTooLongException object.



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

Parameters

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

Return Values

PathTooLongException -  The new PathTooLongException.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewOverflowException NewPlatformNotSupportedException