IASPError Interface Methods

The IASPError interface contains the following methods:

getASPCode returns an error code generated by IIS.
getASPDescription returns a more detailed description of the error if it is an ASP related error.
getDescription returns a short description of the error.
getFileName indicates the name of the .asp file that was being processed when the error occurred.
getLineNumber indicates the line within the .asp file where the error was generated.
getNumber returns the standard COM error code.
getSource indicates whether the source of the error was internal to ASP, the scripting language, or an object.

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