你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationFailedException Class

Definition

An exception class raised for errors in authenticating client requests.

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

Constructors

AuthenticationFailedException(SerializationInfo, StreamingContext)

A constructor used for serialization.

AuthenticationFailedException(String, Exception)

Creates a new AuthenticationFailedException with the specified message.

AuthenticationFailedException(String)

Creates a new AuthenticationFailedException with the specified message.

Applies to