Click or drag to resize

docScriptExecutionBaseerror Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reports an error with optional message and exception

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
Custom message about the error
atype (Optional)
Type: imbSCI.Data.enums.appendsappendType
Type of Append operation that caused error
ex (Optional)
Type: SystemException
Exception if happen

Implements

IRenderExecutionContexterror(String, appendType, Exception)
See Also