Back to Devexpress

SpreadsheetUnhandledExceptionEventArgs Class

officefileapi-devexpress-dot-xtraspreadsheet-70bcfc26.md

latest2.0 KB
Original Source

SpreadsheetUnhandledExceptionEventArgs Class

Provides data for the UnhandledException event.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetUnhandledExceptionEventArgs :
    EventArgs
vb
<ComVisible(True)>
Public Class SpreadsheetUnhandledExceptionEventArgs
    Inherits EventArgs

SpreadsheetUnhandledExceptionEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSpreadsheetControl.UnhandledException
WPF ControlsSpreadsheetControl.UnhandledException

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.

Inheritance

Object EventArgs SpreadsheetUnhandledExceptionEventArgs

See Also

SpreadsheetUnhandledExceptionEventArgs Members

DevExpress.XtraSpreadsheet Namespace