|
APGError Object |
|
See Also: |
The APGError.Script property returns the APGScript object where the error occurred.
VBScript:
JScript:
| oAPGError | An APGError object. |
| oAPGScript | The APGScript object that was being executed when the error occurred. |
This property is useful for retrieving additional information about what caused the error. For example, the APGScript.Path and the list of values from the APGScript.Values collection could be logged.