Event CriticalErrorChanged
Raised when a Critical rendering error has occured on the view.
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.dll
Syntax
public event EventHandler<Exception?>? CriticalErrorChanged
Returns
| Type | Description |
|---|---|
| EventHandler<Exception> | Raised when a Critical rendering error has occured on the view. |
Remarks
A critical error means that the view has reached an unusable state from which it cannot recover. This event will only notify once.
Examples of a critical error include:
- The graphics driver doesn't meet the minimum requirements.
- A critical rendering exception is thrown.
Applies to
| Target | Versions |
|---|---|
| .NET Windows | 300 |