FileNotFoundException public class FileNotFoundException : IOException Documentation public string FileName { get; } public FileNotFoundException() public FileNotFoundException(string message) public FileNotFoundException(string message, Exception innerException) public FileNotFoundException(string message, string fileName) public FileNotFoundException(string message, string fileName, Exception innerException)