Definition at line 22 of file HandledExceptions.cs.
Deveel.Data.Sql.HandledExceptions.HandledExceptions |
( |
IEnumerable< string > |
exceptionNames, |
|
|
bool |
others |
|
) |
| |
|
inlineprivate |
Definition at line 25 of file HandledExceptions.cs.
27 if (exceptionNames == null)
28 throw new ArgumentNullException(
"exceptionNames");
30 if (exceptionNames.Any(
String.IsNullOrEmpty))
31 throw new ArgumentException();
A long string in the system.
IEnumerable< string > ExceptionNames
Deveel.Data.Sql.HandledExceptions.HandledExceptions |
( |
IEnumerable< string > |
exceptionNames | ) |
|
|
inline |
Deveel.Data.Sql.HandledExceptions.HandledExceptions |
( |
string |
exceptionName | ) |
|
|
inline |
IEnumerable<string> Deveel.Data.Sql.HandledExceptions.ExceptionNames |
|
getprivate set |
bool Deveel.Data.Sql.HandledExceptions.IsForOthers |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql/HandledExceptions.cs