C# 클래스 Deveel.Data.Transactions.TransactionException

상속: ErrorException
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
TransactionException ( int errorCode ) : System
TransactionException ( int errorCode, string message ) : System
TransactionException ( int errorCode, string message, Exception innerException ) : System

메소드 상세

TransactionException() 공개 메소드

public TransactionException ( int errorCode ) : System
errorCode int
리턴 System

TransactionException() 공개 메소드

public TransactionException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

TransactionException() 공개 메소드

public TransactionException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
리턴 System