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