AjTalk.Compiler.LexerException.LexerException C# (CSharp) 메소드

LexerException() 공개 메소드

public LexerException ( string msg ) : System
msg string
리턴 System
        public LexerException(string msg)
            : base(msg)
        {
        }
LexerException