C# Класс System.IO.FileNotFoundException

Наследование: IOException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FileNotFoundException ( ) : System
FileNotFoundException ( String message ) : System
FileNotFoundException ( String message, Exception innerException ) : System
FileNotFoundException ( String message, String fileName ) : System
FileNotFoundException ( String message, String fileName, Exception innerException ) : System
ToString ( ) : String

Защищенные методы

Метод Описание
FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Приватные методы

Метод Описание
FileNotFoundException ( String fileName, String fusionLog, int hResult ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

Описание методов

FileNotFoundException() публичный Метод

public FileNotFoundException ( ) : System
Результат System

FileNotFoundException() защищенный Метод

protected FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

FileNotFoundException() публичный Метод

public FileNotFoundException ( String message ) : System
message String
Результат System

FileNotFoundException() публичный Метод

public FileNotFoundException ( String message, Exception innerException ) : System
message String
innerException Exception
Результат System

FileNotFoundException() публичный Метод

public FileNotFoundException ( String message, String fileName ) : System
message String
fileName String
Результат System

FileNotFoundException() публичный Метод

public FileNotFoundException ( String message, String fileName, Exception innerException ) : System
message String
fileName String
innerException Exception
Результат System

ToString() публичный Метод

public ToString ( ) : String
Результат String