Click or drag to resize

IRenderExecutionContextexecutionError Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void executionError(
	string message,
	Object ins,
	Exception ex = null
)
Request Example View Source

Parameters

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