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