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

FailedPredicateException() public method

        public FailedPredicateException()
        {
        }

Same methods

FailedPredicateException::FailedPredicateException ( IIntStream input, string ruleName, string predicateText )
FailedPredicateException::FailedPredicateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
FailedPredicateException::FailedPredicateException ( string message )
FailedPredicateException::FailedPredicateException ( string message, IIntStream input, string ruleName, string predicateText )
FailedPredicateException::FailedPredicateException ( string message, IIntStream input, string ruleName, string predicateText, System.Exception innerException )
FailedPredicateException::FailedPredicateException ( string message, System.Exception innerException )