Home
last modified time | relevance | path

Searched refs:DebugException (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DStatus.cs58 DebugException = debugException; in Status()
81 public Exception DebugException { get; } property
88 if (DebugException != null) in ToString()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DClientServerTest.cs153 …StringAssert.Contains("Error received from peer", ex.Status.DebugException.Message, "Is \"Error re… in UnaryCall_StatusDebugErrorStringNotTransmittedFromServer()
158 …StringAssert.Contains("Error received from peer", ex2.Status.DebugException.Message, "Is \"Error r… in UnaryCall_StatusDebugErrorStringNotTransmittedFromServer()