In ASP 3.0,the ASPError object was implemented and is
available in IIS5 and later. In an ASP page,the ASPError object is
used to display detailed information of any error that occurs in scripts .
When Server.GetLastError is called, the ASPError object is created so the error information can only
be accessed by using the Server.GetLastError method.
The ASPError object's properties are described below (all
properties are read-only):
Note:Using Server.GetLastError() method,the properties below can only be accessed
|