HttpContextBase::Error Property
.NET Framework (current version)
When overridden in a derived class, 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/response process, or null if no errors accumulated during the HTTP request processing.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: