Constructors: NewFileNotFoundException

NewFileNotFoundException

Creates a new FileNotFoundException with the specified FileName, Message, and InnerException.



 Public Function NewFileNotFoundException(
	  Optional ByRef FileName As String,
	  Optional ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As FileNotFoundException

Parameters

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

Return Values

FileNotFoundException -  A new FileNotFoundException with the specified values.

See Also

Project CorLib Overview

Class Constructors Overview