Click or drag to resize

docScriptStandaloneContextWrappercompileError 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 compileError(
	string message,
	Object compiled,
	Exception ex = null
)
Request Example View Source

Parameters

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

Implements

IRenderExecutionContextcompileError(String, Object, Exception)
See Also