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

MismatchedSetException() public method

public MismatchedSetException ( string message, BitSet expecting, IIntStream input )
message string
expecting BitSet
input IIntStream
        public MismatchedSetException(string message, BitSet expecting, IIntStream input)
            : base(message, input)
        {
            this._expecting = expecting;
        }

Same methods

MismatchedSetException::MismatchedSetException ( )
MismatchedSetException::MismatchedSetException ( BitSet expecting, IIntStream input )
MismatchedSetException::MismatchedSetException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
MismatchedSetException::MismatchedSetException ( string message )
MismatchedSetException::MismatchedSetException ( string message, BitSet expecting, IIntStream input, System.Exception innerException )
MismatchedSetException::MismatchedSetException ( string message, System.Exception innerException )