C# 클래스 Veil.VeilParserException

Represents general errors during parsing templates.
상속: System.Exception
파일 보기 프로젝트 열기: namics/TerrificNet 1 사용 예제들

공개 메소드들

메소드 설명
VeilParserException ( string message, SourceLocation location ) : System

Create an exception with the supplied message

메소드 상세

VeilParserException() 공개 메소드

Create an exception with the supplied message
public VeilParserException ( string message, SourceLocation location ) : System
message string
location Veil.Parser.SourceLocation
리턴 System