HealthCheckResult Struct

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents the result of a health check.

C#
public struct HealthCheckResult
Inheritance
HealthCheckResult

Constructors

HealthCheckResult(HealthStatus, String, Exception, IReadOnlyDictionary<String,Object>)

Creates a new HealthCheckResult with the specified values for status, exception, description, and data.

Properties

Data

Gets additional key-value pairs describing the health of the component.

Description

Gets a human-readable description of the status of the component that was checked.

Exception

Gets an Exception representing the exception that was thrown when checking for status (if any).

Status

Gets a value indicating the status of the component that was checked.

Methods

Applies to

Product Versions
.NET 10 (package-provided)
.NET Standard 2.0 (package-provided)