1 instantiation of DerivedException
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (1)
ExceptionSummarizerTests.cs (1)
309
var exception = new
DerivedException
(0, "Test", new TestException(0));
1 reference to DerivedException
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (1)
ExceptionSummarizerTests.cs (1)
309
var
exception = new DerivedException(0, "Test", new TestException(0));