| ConstrainedOptimizerExceptionMessage Property |
If the solver result is SolverResult.UnexpectedException
gets the exception message property.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public string ExceptionMessage { get; }
Public ReadOnly Property ExceptionMessage As String
Get
public:
property String^ ExceptionMessage {
String^ get ();
}
member ExceptionMessage : string with get
Property Value
StringSee Also