C# 클래스 Achamenes.ID3.FatalException

상속: System.ApplicationException
파일 보기 프로젝트 열기: sahands/a-id3

공개 메소드들

메소드 설명
FatalException ( ) : System

Creates a new instance of FatalException.

FatalException ( string message ) : System

Creates a new instance of FatalException.

FatalException ( string message, Exception inner ) : System

Creates a new instance of FatalException.

보호된 메소드들

메소드 설명
FatalException ( System info, System context ) : System

Creates a new instance of FatalException.

메소드 상세

FatalException() 공개 메소드

Creates a new instance of FatalException.
public FatalException ( ) : System
리턴 System

FatalException() 보호된 메소드

Creates a new instance of FatalException.
protected FatalException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
리턴 System

FatalException() 공개 메소드

Creates a new instance of FatalException.
public FatalException ( string message ) : System
message string The error message that explains the reason for the exception.
리턴 System

FatalException() 공개 메소드

Creates a new instance of FatalException.
public FatalException ( string message, Exception inner ) : System
message string The error message that explains the reason for the exception.
inner System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
리턴 System