3 writes to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (3)
HealthCheckPublisherHostedServiceTest.cs (3)
672
new TestPublisher() {
Exception
= new InvalidTimeZoneException(), },
714
new TestPublisher() {
Exception
= new InvalidTimeZoneException(), },
716
new TestPublisher() {
Exception
= new InvalidTimeZoneException(), },
2 references to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (2)
HealthCheckPublisherHostedServiceTest.cs (2)
833
if (
Exception
!= null)
835
throw
Exception
;