1 instantiation of DebugAssertException
testhost.x86 (1)
TestHostTraceListener.cs (1)
73return new DebugAssertException(wholeMessage, stackTrace);
2 references to DebugAssertException
testhost.x86 (2)
TestHostTraceListener.cs (2)
46private static DebugAssertException GetException(string? message) 71var wholeMessage = $"Method {methodName} failed with '{message}', and was translated to {typeof(DebugAssertException).FullName} to avoid terminating the process hosting the test.";