An exception to be thrown when the engine failed to evaluate a script either referenced via include statement or invoked through evaluate() API.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | DynamicEvaluationException | public DynamicEvaluationException(string) |
public DynamicEvaluationException(string msg)
Create an instance of DynamicEvaluationException with specified message.
Parameters