| << A.1.0- The Application Object | AppendixA | A.3.0- The Request Object >> |
The ASPError Object
The ASPError object is a new object in ASP 3.0, and isavailable through the GetLastError method of theServer object. It provides a range of detailed information about the last errorthat occurred in ASP.
| Property | Description |
| ASPCode | Integer. The error number generated by IIS. |
| ASPDescription | Integer. A detailed description of the error if it is ASP-related. |
| Category | String. Indicates the source of the error: e.g. ASP itself, the scripting language, or an object. |
| Column | Integer. The character position within the file that generated the error. |
| Description | String. A short description of the error. |
| File | String. The name of the file that was being processed when the error occurred. |
| Line | Integer. The number of the line within the file that generated the error. |
| Number | Integer. A standard COM error code. |
| Source | String. The actual code, where available, of the line that caused the error. |
| << A.1.0- The Application Object | AppendixA | A.3.0- The Request Object >> |

RSS

