The base class of all the exceptions handled by the system and that can be converted to events sent to the diagnostics.
More...
The base class of all the exceptions handled by the system and that can be converted to events sent to the diagnostics.
Definition at line 24 of file ErrorException.cs.
Deveel.Data.Diagnostics.ErrorException.ErrorException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.Diagnostics.ErrorException.ErrorException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Diagnostics.ErrorException.ErrorException |
( |
| ) |
|
|
inline |
Deveel.Data.Diagnostics.ErrorException.ErrorException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.Diagnostics.ErrorException.ErrorException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 41 of file ErrorException.cs.
42 :
this(SystemErrorCodes.Unknown, message, innerException) {
Deveel.Data.Diagnostics.ErrorException.ErrorException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 45 of file ErrorException.cs.
46 : base(message, innerException) {
int ErrorCode
Gets a numeric value representing the code of the error catched by this exception.
Transforms the error to an event to be passed to the diagnostics, given a source where this was generated.
- Parameters
-
source | The source of the error. |
- Returns
- Returns an instance of ErrorEvent that encapsulates all the information about this exception, that can be routed to the diagnostics.
Definition at line 72 of file ErrorException.cs.
76 e.EventSource = source;
int ErrorCode
Gets a numeric value representing the code of the error catched by this exception.
virtual ErrorLevel ErrorLevel
Gets the error level of this exception.
int Deveel.Data.Diagnostics.ErrorException.ErrorCode |
|
getprivate set |
Gets a numeric value representing the code of the error catched by this exception.
Definition at line 54 of file ErrorException.cs.
virtual ErrorLevel Deveel.Data.Diagnostics.ErrorException.ErrorLevel |
|
getprotected |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Diagnostics/ErrorException.cs