C# Класс DiscUtils.InvalidFileSystemException

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

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

Метод Описание
InvalidFileSystemException ( ) : System

Initializes a new instance of the InvalidFileSystemException class.

InvalidFileSystemException ( string message ) : System

Initializes a new instance of the InvalidFileSystemException class.

InvalidFileSystemException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidFileSystemException class.

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

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

Initializes a new instance of the InvalidFileSystemException class.

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

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

Initializes a new instance of the InvalidFileSystemException class.
public InvalidFileSystemException ( ) : System
Результат System

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

Initializes a new instance of the InvalidFileSystemException class.
protected InvalidFileSystemException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization info.
context StreamingContext The streaming context.
Результат System

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

Initializes a new instance of the InvalidFileSystemException class.
public InvalidFileSystemException ( string message ) : System
message string The exception message.
Результат System

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

Initializes a new instance of the InvalidFileSystemException class.
public InvalidFileSystemException ( string message, Exception innerException ) : System
message string The exception message.
innerException Exception The inner exception.
Результат System