Antlr4.Runtime.Tree.Pattern.ParseTreePatternMatcher.CannotInvokeStartRule.CannotInvokeStartRule C# (CSharp) Method

CannotInvokeStartRule() public method

public CannotInvokeStartRule ( Exception e ) : System
e System.Exception
return System
            public CannotInvokeStartRule(Exception e)
                : base(e.Message, e)
            {
            }
ParseTreePatternMatcher.CannotInvokeStartRule