Localsolver
6.0
|
LocalSolver exception.
If an error occurred, LocalSolver throws a specific exception which contains useful info for debugging purposes.
Public Member Functions | |
string | GetFileName () |
Gets the name of the LocalSolver source file where the exception is thrown. | |
int | GetLineNumber () |
Gets the line number in the LocalSolver source file where the exception is thrown. | |
string | GetFunctionName () |
Gets the name of the function where the exception is thrown. | |
string | GetExplanation () |
Gets the explanation about the exception. | |
string | GetMessage () |
Returns a string message with all useful info about the current exception. | |
LSErrorCode | GetErrorCode () |
Returns the error code associated to this exception. | |
override string | ToString () |
Same as getMessage(). |
string localsolver.LSException.GetFileName | ( | ) |
Gets the name of the LocalSolver source file where the exception is thrown.
Only useful for LocalSolver's maintenance team.
int localsolver.LSException.GetLineNumber | ( | ) |
Gets the line number in the LocalSolver source file where the exception is thrown.
Only useful for LocalSolver's maintenance team.
string localsolver.LSException.GetFunctionName | ( | ) |
Gets the name of the function where the exception is thrown.
string localsolver.LSException.GetExplanation | ( | ) |
Gets the explanation about the exception.
string localsolver.LSException.GetMessage | ( | ) |
Returns a string message with all useful info about the current exception.
LSErrorCode localsolver.LSException.GetErrorCode | ( | ) |
Returns the error code associated to this exception.
override string localsolver.LSException.ToString | ( | ) |
Same as getMessage().