1 type derived from TestException
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (1)
ExceptionSummarizerTests.cs (1)
298private class DerivedException : TestException
5 instantiations of TestException
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (5)
ExceptionSummarizerTests.cs (5)
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));
3 references to TestException
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (3)
ExceptionSummarizerTests.cs (3)
265var exception = new TestException(resultCode); 277var exception = new TestException(0); 289var exception = new TestException(0, "Test", new TestException(0));