ASPError Properties

The ASPError object has the following properties:

ASPCode returns an error code generated by IIS.
Number returns the standard COM error code.
Category indicates if the source of the error was internal to ASP, the scripting language, or an object.
File indicates the name of the .asp file that was being processed when the error occurred.
Line indicates the line within the .asp file that generated the error.
Column indicates the column position within the .asp file that generated the error.
Description returns a short description of the error.
ASPDescription returns a more detailed description of the error if it is an ASP-related error.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.