C# 클래스 Deveel.Data.Protocol.ProtocolException

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

공개 메소드들

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

메소드 상세

ProtocolException() 공개 메소드

public ProtocolException ( ) : System
리턴 System

ProtocolException() 공개 메소드

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

ProtocolException() 공개 메소드

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

ProtocolException() 공개 메소드

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

ProtocolException() 공개 메소드

public ProtocolException ( string message ) : System
message string
리턴 System

ProtocolException() 공개 메소드

public ProtocolException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System