Bike.Parser.ParseException.ParseException C# (CSharp) Метод

ParseException() публичный Метод

public ParseException ( string msg, SourceLocation location ) : System
msg string
location SourceLocation
Результат System
        public ParseException(string msg, SourceLocation location)
            : base(msg)
        {
            Location = location;
        }

Same methods

ParseException::ParseException ( string msg, Token token ) : System