C# Class Deveel.Data.Protocol.ProtocolException

Inheritance: ErrorException
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode 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 méthode

public ProtocolException ( ) : System
Résultat System

ProtocolException() public méthode

public ProtocolException ( int errorCode ) : System
errorCode int
Résultat System

ProtocolException() public méthode

public ProtocolException ( int errorCode, string message ) : System
errorCode int
message string
Résultat System

ProtocolException() public méthode

public ProtocolException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
Résultat System

ProtocolException() public méthode

public ProtocolException ( string message ) : System
message string
Résultat System

ProtocolException() public méthode

public ProtocolException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System