This document is archived and information here might be outdated. Recommended version. |
Error code returned by solve operation if it failed.
[Visual Basic .NET]
Public ReadOnly Property SolveErrorCode As Integer
[C#]
public int SolveErrorCode {get;}
[C++]
HRESULT get_SolveErrorCode(
System.Int32* ErrorCode
);
[C++] Parameters ErrorCode [out, retval]
ErrorCode is a parameter of type long*
SolveErrorCode contains returned error code, if NAServerSolverParams.ReturnPartialResultsOnError was True and Solve failed.