CredentialUnavailableException Class

Definition

An exception indicating a TokenCredential did not attempt to authenticate and retrieve AccessToken, as its prerequisite information or state was not available.

[System.Serializable]
public class CredentialUnavailableException : Azure.Identity.AuthenticationFailedException
[<System.Serializable>]
type CredentialUnavailableException = class
    inherit AuthenticationFailedException
Public Class CredentialUnavailableException
Inherits AuthenticationFailedException
Inheritance
CredentialUnavailableException
Derived
Attributes

Constructors

CredentialUnavailableException(SerializationInfo, StreamingContext)

A constructor used for serialization.

CredentialUnavailableException(String)

Creates a new CredentialUnavailableException with the specified message.

CredentialUnavailableException(String, Exception)

Creates a new CredentialUnavailableException with the specified message.

Applies to