APGen Documentation Previous Topic: APGError.Number Next Topic: APGError.Severity Parent Topic: APGError Object    APGError Object
APGError.Description
See Also:

The APGError.Description property returns a string description of the error.

Syntax

VBScript:

sErr = oAPGError.Description

JScript:

sErr = oAPGError.Description;

Object

oAPGError An APGError object.

Return Value

sErr A string description of the error.

Notes

If an empty string is returned, it should not be interpreted as no error.  Empty strings may be returned when an error occurs in a COM object, and no error description is supplied.

To determine if an error has occurred, check that APGError.Number is not 0.

Applies To

APGError Object