| EvaluationException Constructor | 
            Constructor.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic EvaluationException(
	string originalExpression,
	string exactMessage = null,
	Exception innerException = null
)
Parameters
- originalExpression
- Type: SystemString
 The whole expression which was being processed when this error occurred.
- exactMessage (Optional)
- Type: SystemString
 Message describing where the evaluation threw the exception
- innerException (Optional)
- Type: SystemException
 Reference to the inner exception that is the cause of this exception.
 See Also
See Also