Click or drag to resize
MacroException Constructor
Constructor.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
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