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

MismatchedTokenException() public method

public MismatchedTokenException ( ) : System.Collections.Generic
return System.Collections.Generic
        public MismatchedTokenException()
        {
        }

Same methods

MismatchedTokenException::MismatchedTokenException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System.Collections.Generic
MismatchedTokenException::MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic
MismatchedTokenException::MismatchedTokenException ( int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
MismatchedTokenException::MismatchedTokenException ( string message ) : System.Collections.Generic
MismatchedTokenException::MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic
MismatchedTokenException::MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
MismatchedTokenException::MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames, System.Exception innerException ) : System.Collections.Generic