AjScript.Interpreter.ParserException.ParserException C# (CSharp) 메소드

ParserException() 공개 메소드

public ParserException ( string message ) : System
message string
리턴 System
        public ParserException(string message)
            : base(message)
        {
        }
ParserException