|
| | PreparationRequiredException (string typeName) |
| |
| | PreparationRequiredException (string typeName, string message) |
| |
| | 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...
|
| |
| Deveel.Data.Sql.Statements.PreparationRequiredException.PreparationRequiredException |
( |
string |
typeName | ) |
|
|
inline |
Definition at line 23 of file PreparationRequiredException.cs.
24 :
this(typeName,
String.Format(
"The Statement '{0}' requires preparation before being executed", typeName)) {
A long string in the system.
| Deveel.Data.Sql.Statements.PreparationRequiredException.PreparationRequiredException |
( |
string |
typeName, |
|
|
string |
message |
|
) |
| |
|
inline |
| string Deveel.Data.Sql.Statements.PreparationRequiredException.TypeName |
|
getset |
The documentation for this class was generated from the following file: