Searched refs:innerException (Results 1 - 25 of 28) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteEarlyExitException.cs48 public RewriteEarlyExitException(string elementDescription, Exception innerException) argument
49 : base(elementDescription, innerException) {
56 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException) argument
57 : base(message, elementDescription, innerException) {
H A DRewriteEmptyStreamException.cs48 public RewriteEmptyStreamException(string elementDescription, Exception innerException) argument
49 : base(elementDescription, innerException) {
56 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) argument
57 : base(message, elementDescription, innerException) {
H A DRewriteCardinalityException.cs57 public RewriteCardinalityException(string elementDescription, Exception innerException) argument
58 : this(elementDescription, elementDescription, innerException) {
66 public RewriteCardinalityException(string message, string elementDescription, Exception innerException) argument
67 : base(message, innerException) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteEarlyExitException.cs52 public RewriteEarlyExitException(string elementDescription, Exception innerException) argument
53 : base(elementDescription, innerException)
62 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException) argument
63 : base(message, elementDescription, innerException)
H A DRewriteEmptyStreamException.cs52 public RewriteEmptyStreamException(string elementDescription, Exception innerException) argument
53 : base(elementDescription, innerException)
62 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) argument
63 : base(message, elementDescription, innerException)
H A DRewriteCardinalityException.cs61 public RewriteCardinalityException(string elementDescription, Exception innerException) argument
62 : this(elementDescription, elementDescription, innerException)
72 public RewriteCardinalityException(string message, string elementDescription, Exception innerException) argument
73 : base(message, innerException)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedNotSetException.cs47 public MismatchedNotSetException(string message, Exception innerException) argument
48 : base(message, innerException) {
59 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) argument
60 : base(message, expecting, input, innerException) {
H A DEarlyExitException.cs51 public EarlyExitException(string message, Exception innerException) argument
52 : base(message, innerException) {
65 public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) argument
66 : base(message, input, innerException) {
H A DFailedPredicateException.cs58 public FailedPredicateException(string message, Exception innerException) argument
59 : base(message, innerException) {
74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) argument
75 : base(message, input, innerException) {
H A DMismatchedRangeException.cs51 public MismatchedRangeException(string message, Exception innerException) argument
52 : base(message, innerException) {
67 public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) argument
68 : base(message, input, innerException) {
H A DMismatchedSetException.cs50 public MismatchedSetException(string message, Exception innerException) argument
51 : base(message, innerException) {
64 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) argument
65 : base(message, input, innerException) {
H A DMismatchedTreeNodeException.cs51 public MismatchedTreeNodeException(string message, Exception innerException) argument
52 : base(message, innerException) {
65 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) argument
66 : base(message, input, innerException) {
H A DMissingTokenException.cs55 public MissingTokenException(string message, Exception innerException) argument
56 : base(message, innerException) {
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) argument
74 : base(message, expecting, input, tokenNames, innerException) {
H A DUnwantedTokenException.cs49 public UnwantedTokenException(string message, Exception innerException) argument
50 : base(message, innerException) {
65 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) argument
66 : base(message, expecting, input, tokenNames, innerException) {
H A DNoViableAltException.cs57 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException) argument
58 : base(message, innerException) {
76 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException) argument
77 : base(message, input, innerException) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedNotSetException.cs51 public MismatchedNotSetException(string message, Exception innerException) argument
52 : base(message, innerException)
66 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) argument
67 : base(message, expecting, input, innerException)
H A DEarlyExitException.cs55 public EarlyExitException(string message, Exception innerException) argument
56 : base(message, innerException)
72 public EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) argument
73 : base(message, input, innerException)
H A DFailedPredicateException.cs62 public FailedPredicateException(string message, Exception innerException) argument
63 : base(message, innerException)
81 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) argument
82 : base(message, input, innerException)
H A DMismatchedRangeException.cs55 public MismatchedRangeException(string message, Exception innerException) argument
56 : base(message, innerException)
74 public MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) argument
75 : base(message, input, innerException)
H A DMismatchedSetException.cs54 public MismatchedSetException(string message, Exception innerException) argument
55 : base(message, innerException)
71 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) argument
72 : base(message, input, innerException)
H A DMismatchedTreeNodeException.cs55 public MismatchedTreeNodeException(string message, Exception innerException) argument
56 : base(message, innerException)
72 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) argument
73 : base(message, input, innerException)
H A DMissingTokenException.cs59 public MissingTokenException(string message, Exception innerException) argument
60 : base(message, innerException)
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) argument
82 : base(message, expecting, input, tokenNames, innerException)
H A DUnwantedTokenException.cs53 public UnwantedTokenException(string message, Exception innerException) argument
54 : base(message, innerException)
73 public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) argument
74 : base(message, expecting, input, tokenNames, innerException)
H A DMismatchedTokenException.cs58 public MismatchedTokenException(string message, Exception innerException) argument
59 : base(message, innerException)
86 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) argument
87 : base(message, input, innerException)
H A DNoViableAltException.cs62 public NoViableAltException(string message, string grammarDecisionDescription, Exception innerException) argument
63 : base(message, innerException)
84 public NoViableAltException(string message, string grammarDecisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException) argument
85 : base(message, input, innerException)

Completed in 208 milliseconds

12