WebBaseErrorEvent::ErrorException Property

 

Gets the Exception associated with the error.

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

public:
property Exception^ ErrorException {
	Exception^ get();
}

Property Value

Type: System::Exception^

The Exception associated with the error.

If you implement a custom WebBaseErrorEvent, you must ensure that your custom error event handles this exception.

.NET Framework
Available since 2.0
Return to top
Show: