1 write to Exception
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (1)
HealthCheckResult.cs (1)
28
Exception
= exception;
5 references to Exception
Microsoft.Extensions.Diagnostics.HealthChecks (1)
DefaultHealthCheckService.cs (1)
114
exception: result.
Exception
,
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (4)
HealthCheckResult.cs (4)
22
/// <param name="exception">An <see cref="
Exception
"/> representing the exception that was thrown when checking for status (if any).</param>
43
/// Gets an <see cref="
Exception
"/> representing the exception that was thrown when checking for status (if any).
67
/// <param name="exception">An <see cref="
Exception
"/> representing the exception that was thrown when checking for status. Optional.</param>
79
/// <param name="exception">An <see cref="
Exception
"/> representing the exception that was thrown when checking for status. Optional.</param>