Click or drag to resize

ToolkitExperimentNotesLogException Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the exception.

Namespace:  imbNLP.Toolkit.ExperimentModel
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public void LogException(
	string context,
	Exception ex,
	string prefix = "",
	bool skipSave = false
)

Parameters

context
Type: SystemString
The context.
ex
Type: SystemException
The ex.
prefix (Optional)
Type: SystemString
The prefix.
skipSave (Optional)
Type: SystemBoolean
if set to true [skip save].
See Also