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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note