C# Class Deveel.Data.Sql.SqlErrorException

An error thrown during the execution of a SQL statement that violates the model.
Inheritance: ErrorException
Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

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

Method Details

SqlErrorException() public méthode

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

SqlErrorException() public méthode

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

SqlErrorException() public méthode

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