Return the line number where the error occurred, or -1 if not available.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public int GetLineNumber()
Visual Basic (Declaration)
Public Function GetLineNumber As Integer
Visual C++
public:
int GetLineNumber()

Return Value

the line number where the error occurred, or -1 if not available.

See Also