Skip to main content

ScriptExecutionException(String) Constructor

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

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ScriptExecutionException(
    string message
)

Parameters

Name Type
message String
See Also