Skip to main content
All docs
V25.1
  • ScriptExecutionException(String) Constructor

    Initializes a new instance of the ScriptExecutionException class with specified settings.

    Namespace: DevExpress.XtraReports

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public ScriptExecutionException(
        string message
    )

    Parameters

    Name Type
    message String
    See Also