![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A database exception that represents a constraint violation. More...
Public Member Functions | |
| ConstraintViolationException (int errorCode) | |
| ConstraintViolationException (int errorCode, string message) | |
Public Member Functions inherited from Deveel.Data.Sql.SqlErrorException | |
| SqlErrorException (int errorCode) | |
| SqlErrorException (int errorCode, string message) | |
| SqlErrorException (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... | |
A database exception that represents a constraint violation.
Definition at line 23 of file ConstraintViolationException.cs.
|
inline |
Definition at line 24 of file ConstraintViolationException.cs.
|
inline |
Definition at line 28 of file ConstraintViolationException.cs.
1.8.10