C# 클래스 Rock.Lava.LegacyLavaSyntaxDetectedException

상속: System.Exception
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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