3 writes to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (3)
HealthCheckPublisherHostedServiceTest.cs (3)
670new TestPublisher() { Exception = new InvalidTimeZoneException(), }, 712new TestPublisher() { Exception = new InvalidTimeZoneException(), }, 714new TestPublisher() { Exception = new InvalidTimeZoneException(), },
2 references to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (2)
HealthCheckPublisherHostedServiceTest.cs (2)
823if (Exception != null) 825throw Exception;