Table of Contents

Class MacroException

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Base for the exceptions thrown during the macro resolving process.

public class MacroException : Exception
Inheritance
object
Exception
MacroException
Derived
Extension Methods

Constructors

MacroException(string, Exception)

Constructor.

public MacroException(string originalExpression, Exception innerException = null)

Parameters

originalExpression string

The whole expression which was being processed when this error occurred.

innerException Exception

Reference 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