Antlr4.Tool.ANTLRMessage.GetCause C# (CSharp) 메소드

GetCause() 개인적인 메소드

private GetCause ( ) : System.Exception
리턴 System.Exception
        public virtual Exception GetCause()
        {
            return e;
        }