HttpContext.Error Property
.NET Framework 3.0
Gets the first error (if any) accumulated during HTTP request processing.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public Exception get_Error ()
public function get Error () : Exception
Not applicable.
Property Value
The first Exception for the current HTTP request/response process; otherwise, a null reference (Nothing in Visual Basic) if no errors were accumulated during the HTTP request processing. The default is a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: