|
APGError Object |
|
See Also: |
The APGError.Description property returns a string description of the error.
VBScript:
JScript:
| oAPGError | An APGError object. |
| sErr | A string description of the error. |
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.