Skip to content

Methods for cWindowsErrorHandler

View method list in hierarchical order.

Name Type Description Defining Class
AddUserError Procedure Adds an error number to the error handler's list of user (handled) errors cBaseErrorHandler
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
DefineStandardUserErrors Procedure cBaseErrorHandler
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
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
IsClassOfClass Function Determines whether the target class is part of the searched class's hierarchy cObject
IsCritical Function cBaseErrorHandler
IsObjectOfClass Function Determines whether the passed class is part of the object's class hierarchy cObject
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
ObjectClass Function Returns the integer class ID assigned to the class this object is based on cObject
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
Request_Destroy_Object Procedure Use the Destroy method instead cObject
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
UnhandledErrorDisplay Procedure cWindowsErrorHandler