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

MismatchedSetException() public method

        public MismatchedSetException()
        {
        }

Same methods

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 )
MismatchedSetException::MismatchedSetException ( string message, BitSet expecting, IIntStream input, System.Exception innerException )
MismatchedSetException::MismatchedSetException ( string message, System.Exception innerException )