WebErrorHandler.WebErrorHandler

Constructor for the class that requires that an Exception object is passed in. The Exception is required for any Parse operations to occur (ToString(), LogError()).

o.WebErrorHandler(Exception LastError)

Parameters

Exception LastError
The exception that will be used to compile the error information.

If you use ASP.Net and Application_Error, specify:

 Server.GetLastError().InnerException.

Overloads:


See also:

Class WebErrorHandler

© West Wind Technologies, 1996-2018 • Updated: 09/17/03
Comment or report problem with topic