Create a new ParseException
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public ParseException( string message, Exception cause )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ message As String, _ cause As Exception _ )  | 
| Visual C++ | 
|---|
public: ParseException( String^ message, Exception^ cause )  | 
Parameters
- message
 - Type: System..::.String
the error message 
- cause
 - Type: System..::.Exception
the exception that caused the ParseException