4 references to TestException
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (4)
ExceptionSummarizerTests.cs (4)
265var exception = new TestException(resultCode); 277var exception = new TestException(0); 289var exception = new TestException(0, "Test", new TestException(0)); 309var exception = new DerivedException(0, "Test", new TestException(0));