FileNotFoundException Class

Contains information about an exception raised by a CD/DVD recording application, indicating that it could not locate a file.

Syntax

public class FileNotFoundException : ListMakerException

Public Instance Constructors

Constructor Description
FileNotFoundException() Initializes an instance of the FileNotFoundException class.
FileNotFoundException(string) Initializes an instance of the FileNotFoundException class.
FileNotFoundException(string, string) Initializes an instance of the FileNotFoundException class.
FileNotFoundException(string, Exception) Initializes an instance of the FileNotFoundException class.
FileNotFoundException(string, string, Exception) Initializes an instance of the FileNotFoundException class.

Protected Instance Constructors

Constructor Description
FileNotFoundException(SerializationInfo, StreamingContext) Initializes an instance of the FileNotFoundException class.

Public Instance Properties

Property Description
FileName Contains the name of the file that could not be located.

See Also