MacroException Constructor |
Constructor.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public 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