Home
last modified time | relevance | path

Searched defs:innerException (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DInvalidProtocolBufferException.cs49 internal InvalidProtocolBufferException(string message, Exception innerException) in InvalidProtocolBufferException()
97 internal static InvalidProtocolBufferException InvalidBase64(Exception innerException) in InvalidBase64()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteEmptyStreamException.cs48 public RewriteEmptyStreamException(string elementDescription, Exception innerException) in RewriteEmptyStreamException()
56 …ic RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) in RewriteEmptyStreamException()
DRewriteEarlyExitException.cs48 public RewriteEarlyExitException(string elementDescription, Exception innerException) in RewriteEarlyExitException()
56 …blic RewriteEarlyExitException(string message, string elementDescription, Exception innerException) in RewriteEarlyExitException()
DRewriteCardinalityException.cs57 public RewriteCardinalityException(string elementDescription, Exception innerException) in RewriteCardinalityException()
66 …ic RewriteCardinalityException(string message, string elementDescription, Exception innerException) in RewriteCardinalityException()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DInvalidProtocolBufferException.cs49 internal InvalidProtocolBufferException(string message, Exception innerException) in InvalidProtocolBufferException()
97 internal static InvalidProtocolBufferException InvalidBase64(Exception innerException) in InvalidBase64()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMismatchedNotSetException.cs47 public MismatchedNotSetException(string message, Exception innerException) in MismatchedNotSetException()
59 …atchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) in MismatchedNotSetException()
DEarlyExitException.cs51 public EarlyExitException(string message, Exception innerException) in EarlyExitException()
65 … EarlyExitException(string message, int decisionNumber, IIntStream input, Exception innerException) in EarlyExitException()
DMismatchedSetException.cs50 public MismatchedSetException(string message, Exception innerException) in MismatchedSetException()
64 …ismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) in MismatchedSetException()
DMismatchedTreeNodeException.cs51 public MismatchedTreeNodeException(string message, Exception innerException) in MismatchedTreeNodeException()
65 …edTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) in MismatchedTreeNodeException()
DUnwantedTokenException.cs49 public UnwantedTokenException(string message, Exception innerException) in UnwantedTokenException()
65 …tring message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) in UnwantedTokenException()
DFailedPredicateException.cs58 public FailedPredicateException(string message, Exception innerException) in FailedPredicateException()
74 …(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) in FailedPredicateException()
DMismatchedRangeException.cs51 public MismatchedRangeException(string message, Exception innerException) in MismatchedRangeException()
67 … MismatchedRangeException(string message, int a, int b, IIntStream input, Exception innerException) in MismatchedRangeException()
DMissingTokenException.cs55 public MissingTokenException(string message, Exception innerException) in MissingTokenException()
73 …t expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) in MissingTokenException()
DMismatchedTokenException.cs57 public MismatchedTokenException(string message, Exception innerException) in MismatchedTokenException()
81 …tring message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException) in MismatchedTokenException()
DRecognitionException.cs139 public RecognitionException(string message, Exception innerException) in RecognitionException()
143 public RecognitionException(string message, IIntStream input, Exception innerException) in RecognitionException()
DNoViableAltException.cs57 …c NoViableAltException(string message, string grammarDecisionDescription, Exception innerException) in NoViableAltException()
76 …cisionDescription, int decisionNumber, int stateNumber, IIntStream input, Exception innerException) in NoViableAltException()
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp1231 System::Exception * innerException in DNSServiceException()