Share via


AuthenticationFailureException クラス

定義

汎用認証エラー。

public class AuthenticationFailureException : Exception
type AuthenticationFailureException = class
    inherit Exception
Public Class AuthenticationFailureException
Inherits Exception
継承
AuthenticationFailureException

コンストラクター

AuthenticationFailureException(String)

指定した例外 messageを使用して、 のAuthenticationFailureException新しいインスタンスを作成します。

AuthenticationFailureException(String, Exception)

指定した例外と、この例外の AuthenticationFailureException 原因である内部例外 message への参照を使用して、 の新しいインスタンスを作成します。

適用対象