C# Class DiscUtils.InvalidFileSystemException

Inheritance: IOException
Afficher le fichier Open project: sonik-br/GDMENUCardManager

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
InvalidFileSystemException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidFileSystemException class.

Method Details

InvalidFileSystemException() public méthode

Initializes a new instance of the InvalidFileSystemException class.
public InvalidFileSystemException ( ) : System
Résultat System

InvalidFileSystemException() protected méthode

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.
Résultat System

InvalidFileSystemException() public méthode

Initializes a new instance of the InvalidFileSystemException class.
public InvalidFileSystemException ( string message ) : System
message string The exception message.
Résultat System

InvalidFileSystemException() public méthode

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.
Résultat System