HttpContextWrapper::AllErrors Property

 

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() override;
}

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.

.NET Framework
Available since 3.5
Return to top
Show: