SpellCheckerUnhandledExceptionEventArgs Properties
Provides data for the SpellCheckerBase.UnhandledException event.Name | Description |
---|---|
Exception | Gets the exception which triggers the SpellCheckerBase.UnhandledException event. |
Handled | Gets or sets whether the exception should be propagated upwards. |
See Also