Algo > Algo Assembly Interfaces > IAlgorithmCalculateErrorEvent
Assembly: Algo;
The IAlgorithmCalculateErrorEvent interface is used to detect and resolve the errors occurred on algorithm calculation.
IAlgorithmCalculateErrorEvent
Property name | Brief description | |
![]() |
ErrorState | The ErrorState property determines a method for resolving occurred errors. |
![]() |
Message | The Message property returns the error message. |
See also: