|
| StatementException () |
|
| StatementException (int errorCode) |
|
| StatementException (string message) |
|
| StatementException (int errorCode, string message) |
|
| StatementException (string message, Exception innerException) |
|
| StatementException (int errorCode, string message, Exception innerException) |
|
| SqlErrorException (int errorCode) |
|
| SqlErrorException (int errorCode, string message) |
|
| SqlErrorException (int errorCode, string message, Exception innerException) |
|
| ErrorException (int errorCode) |
|
| ErrorException (int errorCode, string message) |
|
| ErrorException () |
|
| ErrorException (string message) |
|
| ErrorException (string message, Exception innerException) |
|
| ErrorException (int errorCode, string message, Exception innerException) |
|
ErrorEvent | AsEvent (IEventSource source) |
| Transforms the error to an event to be passed to the diagnostics, given a source where this was generated. More...
|
|
Definition at line 20 of file StatementException.cs.
Deveel.Data.Sql.Statements.StatementException.StatementException |
( |
| ) |
|
|
inline |
Deveel.Data.Sql.Statements.StatementException.StatementException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.Sql.Statements.StatementException.StatementException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.Sql.Statements.StatementException.StatementException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Sql.Statements.StatementException.StatementException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 37 of file StatementException.cs.
38 :
this(SqlModelErrorCodes.StatementExecute, message, innerException) {
Deveel.Data.Sql.Statements.StatementException.StatementException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Statements/StatementException.cs