C# 클래스 IronLua.LuaSyntaxException

상속: LuaException
파일 보기 프로젝트 열기: ericmj/IronLua

공개 메소드들

메소드 설명
LuaSyntaxException ( string message = null, Exception inner = null ) : System

보호된 메소드들

메소드 설명
LuaSyntaxException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
LuaSyntaxException ( Input input, Exception inner, string format ) : System
LuaSyntaxException ( Input input, string format ) : System
LuaSyntaxException ( Input input, string message, Exception inner = null ) : System
LuaSyntaxException ( string file, int line, int column, string message, Exception inner = null ) : System

메소드 상세

LuaSyntaxException() 보호된 메소드

protected LuaSyntaxException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

LuaSyntaxException() 공개 메소드

public LuaSyntaxException ( string message = null, Exception inner = null ) : System
message string
inner System.Exception
리턴 System