Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetUnhandledExceptionEventArgs Class

Provides data for the UnhandledException event.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class SpreadsheetUnhandledExceptionEventArgs :
    EventArgs

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