Constructors: NewDirectoryNotFoundException

NewDirectoryNotFoundException

Creates a new DirectoryNotFoundException object with the specified message and optional exception.



 Public Function NewDirectoryNotFoundException(
	  ByVal Message As String,
	  Optional ByVal InnerException As Exception ) As DirectoryNotFoundException

Parameters

Message
[ByVal] String. A human-readable message describing the exception.
InnerException
[ByVal] Optional. Exception. The exception that caused this exception to be thrown.

Return Values

DirectoryNotFoundException -  A new DirectoryNotFoundException object with the specified message and optional exception.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewDirectoryInfo NewDoubles