IMathLinkClearError Method
Clears the link error condition, if possible.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Function ClearError As Boolean
abstract ClearError : unit -> bool
Return Value
BooleanWhether the error state could be cleared successfully.
After an error has occurred, and a MathLinkException has been caught, you must call ClearError
before doing anything else with the link. If it returns false, there is an unfixable problem, and
you should close the link.