Exception thrown where various problems occur within the database.
More...
Exception thrown where various problems occur within the database.
Definition at line 25 of file DatabaseSystemException.cs.
Deveel.Data.DatabaseSystemException.DatabaseSystemException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.DatabaseSystemException.DatabaseSystemException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.DatabaseSystemException.DatabaseSystemException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.DatabaseSystemException.DatabaseSystemException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Deveel.Data.DatabaseSystemException.DatabaseSystemException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
- Parameters
-
errorCode | |
message | |
innerException | |
Definition at line 66 of file DatabaseSystemException.cs.
67 : base(errorCode, message, innerException) {
The documentation for this class was generated from the following file: