Definition at line 22 of file SecurityException.cs.
Deveel.Data.Security.SecurityException.SecurityException |
( |
| ) |
|
|
inline |
Deveel.Data.Security.SecurityException.SecurityException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.Security.SecurityException.SecurityException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.Security.SecurityException.SecurityException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Security.SecurityException.SecurityException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 39 of file SecurityException.cs.
40 :
this(SecurityErrorCodes.Unknown, message, innerException) {
Deveel.Data.Security.SecurityException.SecurityException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Security/SecurityException.cs