AjTalk.Compiler.LexerException.LexerException C# (CSharp) Method

LexerException() public method

public LexerException ( string msg ) : System
msg string
return System
        public LexerException(string msg)
            : base(msg)
        {
        }
LexerException