IASPError C++ Interface
The IASPError exposes read-only properties describing the last error event. A pointer to IASPError is returned by the IServer::GetLastError method. IASPError exposes the following methods:
Methods in Vtable Order
The IASPError interface inherits the methods of the standard COM interface IUnknown.
The IASPError interface defines the following methods.
Method |
Description |
---|---|
Returns an error code generated by IIS. It does not apply to scripting errors, only to errors generated by COM components. |
|
Returns the standard COM error code. |
|
Indicates if the source of the error was internal to ASP, the scripting language, or an object. |
|
Indicates the name of the .asp file that was being processed when the error occurred. |
|
Indicates the line within the .asp file where the error was generated. |
|
Returns a short description of the error. |
|
Returns a more detailed description of the error if it is an ASP related error. |
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS