iTP Active Transaction Pages (iTP ATP) Programmer's Guide
ATP Objects, Properties, and Methods
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide—522292-002
4-15
Properties
description
Contains the error description in a text string. This is the default property of the
ATPException object. In other words, the value of the description is shown if the
ATPException object is not caught by ATP scripts.
Remarks
String. Read-only.
Syntax
sDescription = oException.description
module
Contains the module name where the error is thrown. Usually the module name
contains the object’s class name, such as HTTP and DOMDocument.
Remarks
String. Read-only.
Syntax
sModule = oException.module
method
Contains the method name where the error is thrown. You should check the module
property before checking the method property.
Remarks
String. Read-only.
Syntax
sMethod = oException.method