SpreadsheetUnhandledExceptionEventArgs Class
Provides data for the UnhandledException event.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
Set the SpreadsheetUnhandledExceptionEventArgs.Handled property to true, to stop exception propagation. Use the SpreadsheetUnhandledExceptionEventArgs.Exception property, to get information on the exception that triggered this event.
See Also