Antlr4.Runtime.Tree.Pattern.ParseTreePatternMatcher.CannotInvokeStartRule.CannotInvokeStartRule C# (CSharp) 메소드

CannotInvokeStartRule() 공개 메소드

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