Constructors: NewDriveNotFoundException

NewDriveNotFoundException

Initializes a new instance of the DriveNotFoundException class with the specified error message and a reference to the inner exception that is the cause of this exception.



 Public Function NewDriveNotFoundException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As DriveNotFoundException

Parameters

Message
[ByRef] String. The error message that explains the reason for the exception.
InnerException
[ByVal] Optional. Exception. The exception that is the cause of the current exception. If the InnerException parameter is not Nothing, the current exception is raised in a Catch block that handles the inner exception.

Return Values

DriveNotFoundException - 

See Also

Project CorLib Overview

Class Constructors Overview