C# 클래스 Veil.VeilCompilerException

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

공개 메소드들

메소드 설명
VeilCompilerException ( string message, Exception innerException, SyntaxTreeNode node ) : System
VeilCompilerException ( string message, SyntaxTreeNode node ) : System

Creates an exception with the supplied messages

메소드 상세

VeilCompilerException() 공개 메소드

public VeilCompilerException ( string message, Exception innerException, SyntaxTreeNode node ) : System
message string
innerException System.Exception
node Veil.Parser.SyntaxTreeNode
리턴 System

VeilCompilerException() 공개 메소드

Creates an exception with the supplied messages
public VeilCompilerException ( string message, SyntaxTreeNode node ) : System
message string
node Veil.Parser.SyntaxTreeNode
리턴 System