An exception that happens during the SqlStatement.Prepare(IExpressionPreparer, IQueryContext).
More...
|
| StatementPrepareException () |
|
| StatementPrepareException (int errorCode) |
|
| StatementPrepareException (string message) |
|
| StatementPrepareException (int errorCode, string message) |
|
| StatementPrepareException (string message, Exception innerException) |
|
| StatementPrepareException (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...
|
|
An exception that happens during the SqlStatement.Prepare(IExpressionPreparer, IQueryContext).
Definition at line 26 of file StatementPrepareException.cs.
Deveel.Data.Sql.Statements.StatementPrepareException.StatementPrepareException |
( |
| ) |
|
|
inline |
Deveel.Data.Sql.Statements.StatementPrepareException.StatementPrepareException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.Sql.Statements.StatementPrepareException.StatementPrepareException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.Sql.Statements.StatementPrepareException.StatementPrepareException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Sql.Statements.StatementPrepareException.StatementPrepareException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Deveel.Data.Sql.Statements.StatementPrepareException.StatementPrepareException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: