HttpContextWrapper::Error Property

 

Gets the first error (if any) that accumulated when an HTTP request was being processed.

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

public:
property Exception^ Error {
	virtual Exception^ get() override;
}

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
Return to top
Show: