officefileapi-devexpress-dot-xtraspreadsheet-70bcfc26.md
Provides data for the UnhandledException event.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetUnhandledExceptionEventArgs :
EventArgs
<ComVisible(True)>
Public Class SpreadsheetUnhandledExceptionEventArgs
Inherits EventArgs
SpreadsheetUnhandledExceptionEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | SpreadsheetControl.UnhandledException |
| WPF Controls | SpreadsheetControl.UnhandledException |
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.
Object EventArgs SpreadsheetUnhandledExceptionEventArgs
See Also