Constructors: NewDirectoryNotFoundException

NewDirectoryNotFoundException

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



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

Parameters

Message
[ByRef] 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.

See Also

Project CorLib Overview

Class Constructors Overview