Click or drag to resize

ILogableWithErrorerror Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.interfaces
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
void error(
	string msg,
	appendType atype = appendType.none,
	Exception ex = null
)
Request Example View Source

Parameters

msg
Type: SystemString
atype (Optional)
Type: appendType
ex (Optional)
Type: SystemException
See Also