C# 클래스 Upscaledb.DatabaseException

상속: System.Exception
파일 보기 프로젝트 열기: cruppstahl/upscaledb 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseException ( ) : System

Empty Constructor

DatabaseException ( int error ) : System

Constructor accepting an error code

DatabaseException ( string message ) : System

Constructor accepting an error message

DatabaseException ( string message, Exception innerException ) : System

Constructor provided for standard compliancy

보호된 메소드들

메소드 설명
DatabaseException ( SerializationInfo info, StreamingContext context ) : System

Constructor accepting Serialization info

메소드 상세

DatabaseException() 공개 메소드

Empty Constructor
public DatabaseException ( ) : System
리턴 System

DatabaseException() 보호된 메소드

Constructor accepting Serialization info
protected DatabaseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization info
context System.Runtime.Serialization.StreamingContext The serialization context
리턴 System

DatabaseException() 공개 메소드

Constructor accepting an error code
public DatabaseException ( int error ) : System
error int A upscaledb error code
리턴 System

DatabaseException() 공개 메소드

Constructor accepting an error message
public DatabaseException ( string message ) : System
message string An error message
리턴 System

DatabaseException() 공개 메소드

Constructor provided for standard compliancy
public DatabaseException ( string message, Exception innerException ) : System
message string An error message
innerException System.Exception An inner exception
리턴 System