Base class for all exceptions thrown by Jep

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

Syntax

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

Inheritance Hierarchy

See Also