SpreadsheetUnhandledExceptionEventArgs(Exception) Constructor
Initializes a new instance of the SpreadsheetUnhandledExceptionEventArgs class with the specified exception.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | Exception | An Exception object representing the exception which caused an event. |
See Also