ScriptExceptionEventArgs(Exception) Constructor
Initializes a new instance of the ScriptExceptionEventArgs class with the specified exception.
Namespace: DevExpress.XtraReports.Design
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | A Exception object. |
See Also