|
| RoutineNotFouncException (ObjectName routineName) |
|
| RoutineNotFouncException (string message) |
|
| RoutineNotFouncException (ObjectName routineName, string message) |
|
| RoutineNotFouncException (ObjectName routineName, SqlExpression[] args) |
|
| RoutineNotFouncException (ObjectName routineName, SqlExpression[] args, string message) |
|
| ObjectNotFoundException (ObjectName objectName) |
|
| ObjectNotFoundException (string message) |
|
| ObjectNotFoundException (ObjectName objectName, string message) |
|
| DatabaseSystemException (int errorCode) |
|
| DatabaseSystemException (int errorCode, string message) |
|
| DatabaseSystemException (string message) |
|
| DatabaseSystemException (string message, Exception innerException) |
|
| DatabaseSystemException (int errorCode, string message, Exception innerException) |
|
| 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...
|
|
Definition at line 25 of file RoutineNotFouncException.cs.
Deveel.Data.Routines.RoutineNotFouncException.RoutineNotFouncException |
( |
ObjectName |
routineName | ) |
|
|
inline |
Deveel.Data.Routines.RoutineNotFouncException.RoutineNotFouncException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.Routines.RoutineNotFouncException.RoutineNotFouncException |
( |
ObjectName |
routineName, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Routines.RoutineNotFouncException.RoutineNotFouncException |
( |
ObjectName |
routineName, |
|
|
SqlExpression[] |
args |
|
) |
| |
|
inline |
Deveel.Data.Routines.RoutineNotFouncException.RoutineNotFouncException |
( |
ObjectName |
routineName, |
|
|
SqlExpression[] |
args, |
|
|
string |
message |
|
) |
| |
|
inline |
Definition at line 49 of file RoutineNotFouncException.cs.
50 var sb =
new StringBuilder(name.
FullName);
53 for (
int i = 0; i < args.Length; i++) {
56 if (i < args.Length - 1)
62 return String.Format(
"Unable to resolve {0} to any routine within the system.", sb);
A long string in the system.
string FullName
Gets the full reference name formatted.
SqlExpression [] Deveel.Data.Routines.RoutineNotFouncException.Arguments |
|
getprivate set |
The documentation for this class was generated from the following file: