Class HostingReadinessException
Thrown when a hosting manager's CheckDeploymentReadinessAsync(ClusterDefinition) method detects a problem. Examine the Readiness property for information about the problems.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public class HostingReadinessException : NeonKubeException
Constructors
HostingReadinessException(string, HostingReadiness)
Constructor.
Declaration
public HostingReadinessException(string message, HostingReadiness readiness)
Parameters
Type | Name | Description |
---|---|---|
string | message | Specifies the exception message. |
HostingReadiness | readiness | Specifies the readiness problems. |
Properties
Readiness
Returns information about the readiness problems.
Declaration
public HostingReadiness Readiness { get; }
Property Value
Type | Description |
---|---|
HostingReadiness |