Easy Tutorial
❮ Asp Tutorial Asp Ref Folder ❯

ASPASPError Object Properties



ASPCode

The ASPCode property returns the error code generated by IIS.

ASPDescription

The ASPDescription property returns a detailed description of the error.

Category

The Category property returns the source of the error (whether it is from IIS, the scripting language, or a component).

Column

The Column property returns the column position in the ASP file where the error occurred.

Description

The Description property returns a brief description of the error.

File

The File property returns the name of the ASP file where the error occurred.

Line

The Line property returns the line position in the ASP file where the error occurred.

Number

The Number property returns the standard COM error code for the error.

Source

The Source property returns the actual source code of the line where the error occurred.

Syntax

Example


❮ Asp Tutorial Asp Ref Folder ❯