System.Web Namespace HttpContext Class
Gets the first error ( if any ) accumulated during HTTP request processing.
[ VB ] Public ReadOnly Property Error As Exception [ C# ] public Exception Error {get;} [ C++ ] public: __property Exception* get_Error ( ); [ JScript ] public function get Error ( ) : Exception;
The first Exception object for the current HTTP request/response process.
HttpContext Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph