If an unexpected exception was encountered during the most recent call to the Solve method and the Status property has the value AlgorithmStatus.UnexpectedException, this property will return the Exception object that was caught. Otherwise this property has the value of null.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Exception SolveException { get; }
Visual Basic (Declaration)
Public ReadOnly Property SolveException As Exception
Visual C++
public:
property Exception^ SolveException {
	Exception^ get ();
}

See Also