C# Class DiscUtils.InvalidFileSystemException

Inheritance: IOException
Mostra file Open project: sonik-br/GDMENUCardManager

Public Methods

Method 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.

Protected Methods

Method Description
InvalidFileSystemException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidFileSystemException class.

Method Details

InvalidFileSystemException() public method

Initializes a new instance of the InvalidFileSystemException class.
public InvalidFileSystemException ( ) : System
return System

InvalidFileSystemException() protected method

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.
return System

InvalidFileSystemException() public method

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

InvalidFileSystemException() public method

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.
return System