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