Antlr4.Tool.ANTLRMessage.GetCause C# (CSharp) Method

GetCause() private method

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