Skip to main content
A newer version of this page is available. .

ScriptExceptionEventArgs(Exception) Constructor

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

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public ScriptExceptionEventArgs(
    Exception exception
)

Parameters

Name Type Description
exception Exception

A Exception object.

See Also