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

ScriptExecutionException Constructors

An exception thrown on raising an error while executing report scripts.
Name Parameters Description
ScriptExecutionException() none Initializes a new instance of the ScriptExecutionException class with the default settings.
ScriptExecutionException(String, Exception) message, innerException Initializes a new instance of the ScriptExecutionException class with the specified error message and exception.
ScriptExecutionException(String) message Initializes a new instance of the ScriptExecutionException class with specified settings.
See Also