Methods for ErrorSystem
View method list in alphabetical order.
Inherited Methods from cWindowsErrorHandler
| Name | Type | Description | Defining Class |
|---|---|---|---|
| UnhandledErrorDisplay | Procedure | cWindowsErrorHandler |
Inherited Methods from cBaseErrorHandler
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddUserError | Procedure | Adds an error number to the error handler's list of user (handled) errors | cBaseErrorHandler |
| DefineStandardUserErrors | Procedure | cBaseErrorHandler | |
| Ignore_All | Procedure | Used when all errors are to be ignored | cBaseErrorHandler |
| Ignore_Error | Procedure | Used when a specific error number is to be ignored | cBaseErrorHandler |
| IgnoreAllErrors | Procedure | Flags all errors as non-trappable | cBaseErrorHandler |
| IgnoreError | Procedure | Removes an error from the set of trapped errors | cBaseErrorHandler |
| Is_Critical | Function | cBaseErrorHandler | |
| IsCritical | Function | cBaseErrorHandler | |
| IsTrapped | Function | Determines whether an error belongs to the set of trapped errors | cBaseErrorHandler |
| IsUnhandledError | Function | Determines whether an error is unhandled | cBaseErrorHandler |
| IsUserError | Function | Determines if an error belongs to the set of user (handled) errors | cBaseErrorHandler |
| RemoveAllUserErrors | Procedure | Removes all error numbers from the error handler's list of user (handled) errors | cBaseErrorHandler |
| RemoveUserError | Procedure | Removes an error number from the error handler's list of user (handled) errors | cBaseErrorHandler |
| Trap_All | Procedure | Flags all errors as trappable | cBaseErrorHandler |
| Trap_Error | Procedure | Ensures that an error belongs to the set of trapped errors | cBaseErrorHandler |
| TrapAllErrors | Procedure | Flags all errors as trappable | cBaseErrorHandler |
| TrapError | Procedure | Ensures that an error belongs to the set of trapped errors | cBaseErrorHandler |
Inherited Methods from cObject
| Name | Type | Description | Defining Class |
|---|---|---|---|
| ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
| Create | Function | Creates an object based on the passed Class Id | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
| Exit_Application | Procedure | Starts the process of closing an application | cObject |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead | cObject |