<PackageReference Include="Azure.Core" Version="1.54.0" />

Azure.Identity.CredentialUnavailableException

An exception indicating a TokenCredential did not attempt to authenticate and retrieve AccessToken, as its prerequisite information or state was not available.
public CredentialUnavailableException(string message)

Creates a new CredentialUnavailableException with the specified message.

public CredentialUnavailableException(string message, Exception innerException)

Creates a new CredentialUnavailableException with the specified message.

A constructor used for serialization.