 | experimentNotesLogException Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Logs the exception.
Namespace:
imbWBI.Core.commons
Assembly:
imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntaxpublic 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