HttpContextBase::AddError Method (Exception^)
.NET Framework (current version)
When overridden in a derived class, adds an exception to the exception collection for the current HTTP request.
Assembly: System.Web (in System.Web.dll)
Parameters
- errorInfo
-
Type:
System::Exception^
The exception to add to the exception collection.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: