C# Class Deveel.Data.Protocol.ProtocolException

Inheritance: ErrorException
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
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

Method Details

ProtocolException() public method

public ProtocolException ( ) : System
return System

ProtocolException() public method

public ProtocolException ( int errorCode ) : System
errorCode int
return System

ProtocolException() public method

public ProtocolException ( int errorCode, string message ) : System
errorCode int
message string
return System

ProtocolException() public method

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

ProtocolException() public method

public ProtocolException ( string message ) : System
message string
return System

ProtocolException() public method

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