Skip to content

psUnhandledErrorCaption - cBaseErrorHandler

The error message box caption for unhandled errors

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psUnhandledErrorCaption
Access Type Syntax
Read Access: Get psUnhandledErrorCaption to StringVariable
Write Access: Set psUnhandledErrorCaption to StringVariable/Value

Description

Set psUnhandledErrorCaption to change the default caption of the error message box for unhandled application errors.

Sample

Set psUserErrorCaption of ghoErrorHandler to "Application Error"