Click or drag to resize

IRenderExecutionContexterror Method

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

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
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
See Also