DynamicEvaluationException CLASS

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

All Members


TypeNameSignature
constructorDynamicEvaluationExceptionpublic DynamicEvaluationException(string)

Constructors


public DynamicEvaluationException(string msg)

Create an instance of DynamicEvaluationException with specified message.

Parameters

  • msg The message for this exception.