|
| QueryException (int errorCode) |
|
| QueryException (int errorCode, string message) |
|
| QueryException (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 QueryException.cs.
Deveel.Data.Sql.Query.QueryException.QueryException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.Sql.Query.QueryException.QueryException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Sql.Query.QueryException.QueryException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 29 of file QueryException.cs.
30 : base(errorCode, message, innerException) {
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Query/QueryException.cs