Click or drag to resize

docScriptStandaloneContextWrappererror 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 error(
	string msg,
	appendType atype = appendType.none,
	Exception ex = null
)
Request Example View Source

Parameters

msg
Type: SystemString
atype (Optional)
Type: imbSCI.Data.enums.appendsappendType
ex (Optional)
Type: SystemException

Implements

IRenderExecutionContexterror(String, appendType, Exception)
See Also