C# Class Rock.Lava.LegacyLavaSyntaxDetectedException

Inheritance: System.Exception
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
LegacyLavaSyntaxDetectedException ( string entityTypeName, string fieldName ) : System

Initializes a new instance of the LegacyLavaSyntaxDetectedException class.

Method Details

LegacyLavaSyntaxDetectedException() public méthode

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.
Résultat System