C# Class Deveel.Data.Sql.Statements.StatementException

Inheritance: SqlErrorException
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
StatementException ( ) : System
StatementException ( int errorCode ) : System
StatementException ( int errorCode, string message ) : System
StatementException ( int errorCode, string message, Exception innerException ) : System
StatementException ( string message ) : System
StatementException ( string message, Exception innerException ) : System

Method Details

StatementException() public méthode

public StatementException ( ) : System
Résultat System

StatementException() public méthode

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

StatementException() public méthode

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

StatementException() public méthode

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

StatementException() public méthode

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

StatementException() public méthode

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