Constructors: NewFileNotFoundException

NewFileNotFoundException

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



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

Parameters

FileName
[ByVal] Optional. String. The filename that caused the exception.
Message
[ByVal] 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.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewFileInfo NewFileStream