C# Class Deveel.Data.Sql.SqlErrorException

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

Public Methods

Method Description
SqlErrorException ( int errorCode ) : System
SqlErrorException ( int errorCode, string message ) : System
SqlErrorException ( int errorCode, string message, Exception innerException ) : System

Method Details

SqlErrorException() public method

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

SqlErrorException() public method

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

SqlErrorException() public method

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