Skip to main content

ScriptExceptionEventArgs(Exception) Constructor

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

Namespace: DevExpress.XtraReports.Design

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ScriptExceptionEventArgs(
    Exception exception
)

Parameters

Name Type Description
exception Exception

A Exception object.

See Also