3 writes to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (3)
HealthCheckPublisherHostedServiceTest.cs (3)
671
new TestPublisher() {
Exception
= new InvalidTimeZoneException(), },
713
new TestPublisher() {
Exception
= new InvalidTimeZoneException(), },
715
new TestPublisher() {
Exception
= new InvalidTimeZoneException(), },
2 references to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (2)
HealthCheckPublisherHostedServiceTest.cs (2)
824
if (
Exception
!= null)
826
throw
Exception
;