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