Gets the first error (if any) accumulated during request processing.
[Visual Basic] Public ReadOnly Property Error As Exception [C#] public Exception Error {get;} [C++] public: __property Exception* get_Error(); [JScript] public function get Error() : Exception;
A reference to an Exception object.
HttpContext Class | HttpContext Members | System.Web Namespace