![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Exception thrown where various problems occur within the database. More...
Public Member Functions | |
| DatabaseSystemException (int errorCode) | |
| DatabaseSystemException (int errorCode, string message) | |
| DatabaseSystemException (string message) | |
| DatabaseSystemException (string message, Exception innerException) | |
| DatabaseSystemException (int errorCode, string message, Exception innerException) | |
Public Member Functions inherited from Deveel.Data.Diagnostics.ErrorException | |
| 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... | |
Additional Inherited Members | |
Properties inherited from Deveel.Data.Diagnostics.ErrorException | |
| int | ErrorCode [get, private set] |
| Gets a numeric value representing the code of the error catched by this exception. More... | |
| virtual ErrorLevel | ErrorLevel [get] |
| Gets the error level of this exception. More... | |
Exception thrown where various problems occur within the database.
Definition at line 25 of file DatabaseSystemException.cs.
|
inline |
| errorCode |
Definition at line 30 of file DatabaseSystemException.cs.
|
inline |
| errorCode | |
| message |
Definition at line 39 of file DatabaseSystemException.cs.
|
inline |
| message |
Definition at line 47 of file DatabaseSystemException.cs.
|
inline |
| message | |
| innerException |
Definition at line 56 of file DatabaseSystemException.cs.
|
inline |
| errorCode | |
| message | |
| innerException |
Definition at line 66 of file DatabaseSystemException.cs.
1.8.10