C# Class Rock.Lava.LegacyLavaSyntaxDetectedException

Inheritance: System.Exception
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
LegacyLavaSyntaxDetectedException ( string entityTypeName, string fieldName ) : System

Initializes a new instance of the LegacyLavaSyntaxDetectedException class.

Method Details

LegacyLavaSyntaxDetectedException() public method

Initializes a new instance of the LegacyLavaSyntaxDetectedException class.
public LegacyLavaSyntaxDetectedException ( string entityTypeName, string fieldName ) : System
entityTypeName string Name of the entity type.
fieldName string Name of the field.
return System