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

RecognitionException() public method

Used for remote debugger deserialization
public RecognitionException ( ) : Antlr.Runtime.Tree
return Antlr.Runtime.Tree
        public RecognitionException()
            : this("A recognition error occurred.", null, null)
        {
        }

Same methods

RecognitionException::RecognitionException ( IIntStream input ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( IIntStream input, int k ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( string message ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( string message, IIntStream input ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( string message, IIntStream input, System.Exception innerException ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( string message, IIntStream input, int k ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( string message, IIntStream input, int k, System.Exception innerException ) : Antlr.Runtime.Tree
RecognitionException::RecognitionException ( string message, System.Exception innerException ) : Antlr.Runtime.Tree