Click or drag to resize

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

Parameters

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