| MZpackStrategyBaseLogException Method |
Logs specified exception in Ninja's trace file and Log tab.
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public void LogException(
Exception e
)
Parameters
- e
- Type: SystemException
Specified exception.
See Also