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

Inheritance: SqlErrorException
Exibir arquivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

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

public StatementException ( ) : System
return System

StatementException() public method

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

StatementException() public method

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

StatementException() public method

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

StatementException() public method

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

StatementException() public method

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