C# 클래스 DiscUtils.InvalidFileSystemException

상속: IOException
파일 보기 프로젝트 열기: sonik-br/GDMENUCardManager

공개 메소드들

메소드 설명
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