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

MismatchedTokenException() public method

public MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic
message string
innerException System.Exception
return System.Collections.Generic
        public MismatchedTokenException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

MismatchedTokenException::MismatchedTokenException ( ) : System.Collections.Generic
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, 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