HttpContextWrapper::Error Property
.NET Framework (current version)
Gets the first error (if any) that accumulated when an HTTP request was being processed.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Exception^The first exception for the current HTTP request, or null if no errors accumulated when the HTTP request was being processed. The default is null.
.NET Framework
Available since 3.5
Available since 3.5
Show: