asp.net.ph

HttpContext.Error Property

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;

Property Value

The first Exception object for the current HTTP request/response process.

See Also

HttpContext Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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