Antlr4.Runtime.Tree.Pattern.ParseTreePatternMatcher.CannotInvokeStartRule.CannotInvokeStartRule C# (CSharp) Méthode

CannotInvokeStartRule() public méthode

public CannotInvokeStartRule ( Exception e ) : System
e System.Exception
Résultat System
            public CannotInvokeStartRule(Exception e)
                : base(e.Message, e)
            {
            }
ParseTreePatternMatcher.CannotInvokeStartRule