Click or drag to resize

builderForLogEnhancedAppendException Method

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

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendException(
	string title,
	Exception ex,
	int exceptionLevel = 0
)
Request Example View Source

Parameters

title
Type: SystemString
The title.
ex
Type: SystemException
The ex.
exceptionLevel (Optional)
Type: SystemInt32
The exception level.
See Also