|
| 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 22 of file ObjectNotFoundException.cs.
Deveel.Data.ObjectNotFoundException.ObjectNotFoundException |
( |
ObjectName |
objectName | ) |
|
|
inline |
Definition at line 23 of file ObjectNotFoundException.cs.
24 :
this(objectName,
String.Format(
"The object name '{0}' does not reference any object in the system.", objectName)) {
A long string in the system.
Deveel.Data.ObjectNotFoundException.ObjectNotFoundException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.ObjectNotFoundException.ObjectNotFoundException |
( |
ObjectName |
objectName, |
|
|
string |
message |
|
) |
| |
|
inline |
Definition at line 31 of file ObjectNotFoundException.cs.
32 : base(SystemErrorCodes.ObjectNotFound, message) {
Describes the name of an object within a database.
ObjectName Deveel.Data.ObjectNotFoundException.ObjectName |
|
getprivate set |
The documentation for this class was generated from the following file: