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

SpreadsheetUnhandledExceptionEventArgs(Exception) Constructor

Initializes a new instance of the SpreadsheetUnhandledExceptionEventArgs class with the specified exception.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public SpreadsheetUnhandledExceptionEventArgs(
    Exception e
)

Parameters

Name Type Description
e Exception

An Exception object representing the exception which caused an event.

See Also