Azure.Identity.AuthenticationFailedException
An exception class raised for errors in authenticating client requests.
namespace Azure.Identity
{
public class AuthenticationFailedException : Exception
{
public AuthenticationFailedException(string message);
public AuthenticationFailedException(string message, Exception innerException);
protected AuthenticationFailedException(SerializationInfo info, StreamingContext context);
}
}