HomeSort by relevance Sort by last modified time
    Searched refs:innerException (Results 26 - 29 of 29) sorted by null

12

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
NoViableAltException.cs 62 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException)
63 : base(message, innerException)
84 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException)
85 : base(message, input, innerException)
RecognitionException.cs 145 public RecognitionException(string message, Exception innerException)
146 : this(message, null, innerException)
150 public RecognitionException(string message, IIntStream input, Exception innerException)
151 : base(message, innerException)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 57 public MismatchedTokenException(string message, Exception innerException)
58 : base(message, innerException) {
81 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
82 : base(message, input, innerException) {
RecognitionException.cs 139 public RecognitionException(string message, Exception innerException)
140 : this(message, null, innerException) {
143 public RecognitionException(string message, IIntStream input, Exception innerException)
144 : base(message, innerException) {

Completed in 209 milliseconds

12