HttpContextBase::AllErrors Property

 

When overridden in a derived class, gets an array of errors (if any) that accumulated when an HTTP request was being processed.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property array<Exception^>^ AllErrors {
	virtual array<Exception^>^ get();
}

Property Value

Type: array<System::Exception^>^

An array of Exception objects for the current HTTP request, or null if no errors accumulated during the HTTP request processing.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: