Thrown when a exception is encountered during the parse process.

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

Syntax

C#
public class ParseException : JepException
Visual Basic (Declaration)
Public Class ParseException _
	Inherits JepException
Visual C++
public ref class ParseException : public JepException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    SingularSys.Jep..::.JepException
      SingularSys.Jep..::.ParseException

See Also