Antlr.Runtime.NoViableAltException.NoViableAltException C# (CSharp) Method

NoViableAltException() public method

public NoViableAltException ( string grammarDecisionDescription )
grammarDecisionDescription string
        public NoViableAltException(string grammarDecisionDescription)
        {
            this._grammarDecisionDescription = grammarDecisionDescription;
        }

Same methods

NoViableAltException::NoViableAltException ( )
NoViableAltException::NoViableAltException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
NoViableAltException::NoViableAltException ( string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input )
NoViableAltException::NoViableAltException ( string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, int k )
NoViableAltException::NoViableAltException ( string message, string grammarDecisionDescription )
NoViableAltException::NoViableAltException ( string message, string grammarDecisionDescription, System.Exception innerException )
NoViableAltException::NoViableAltException ( string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input )
NoViableAltException::NoViableAltException ( string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, System.Exception innerException )
NoViableAltException::NoViableAltException ( string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, int k )
NoViableAltException::NoViableAltException ( string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, int k, System.Exception innerException )