C# Класс Rock.Lava.LegacyLavaSyntaxDetectedException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
LegacyLavaSyntaxDetectedException ( string entityTypeName, string fieldName ) : System

Initializes a new instance of the LegacyLavaSyntaxDetectedException class.

Описание методов

LegacyLavaSyntaxDetectedException() публичный Метод

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.
Результат System