Skip to main content

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