Click or drag to resize

docScriptExecutionBaseexecutionError Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void executionError(
	string message,
	Object ins,
	Exception ex = null
)
Request Example View Source

Parameters

message
Type: SystemString
ins
Type: SystemObject
ex (Optional)
Type: SystemException

Implements

IRenderExecutionContextexecutionError(String, Object, Exception)
See Also