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

ScriptExecutionException(String) Constructor

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

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public ScriptExecutionException(
    string message
)

Parameters

Name Type
message String
See Also