Class MacroException
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Base for the exceptions thrown during the macro resolving process.
public class MacroException : Exception
- Inheritance
-
objectExceptionMacroException
- Derived
- Extension Methods
Constructors
MacroException(string, Exception)
Constructor.
public MacroException(string originalExpression, Exception innerException = null)
Parameters
originalExpression
stringThe whole expression which was being processed when this error occurred.
innerException
ExceptionReference to the inner exception that is the cause of this exception.
Properties
OriginalExpression
Gets or sets the whole expression which was being processed when this error occurred.
public string OriginalExpression { get; set; }
Property Value
- string