AjScript.Interpreter.ParserException.ParserException C# (CSharp) Method

ParserException() public method

public ParserException ( string message ) : System
message string
return System
        public ParserException(string message)
            : base(message)
        {
        }
ParserException