|
Method |
Description |
|
Default constructor, which initializes the member variables. This version does not lock the error handler chain, nor does it insert an application-provided handler. | |
|
Parameterized constructor, which takes the application error handler and application name as input. It calls the function lock, which chains the application error handler into the error handler chain. |