次の方法で共有


AuthenticationException コンストラクター

定義

オーバーロード

AuthenticationException()

AuthenticationException クラスの新しいインスタンスを初期化します。

AuthenticationException(String)

AuthenticationException クラスの新しいインスタンスを初期化します。

AuthenticationException(String, Exception)

AuthenticationException クラスの新しいインスタンスを初期化します。

AuthenticationException()

AuthenticationException クラスの新しいインスタンスを初期化します。

public AuthenticationException ();
Public Sub New ()

適用対象

AuthenticationException(String)

AuthenticationException クラスの新しいインスタンスを初期化します。

public AuthenticationException (string message);
new Microsoft.Rest.Azure.Authentication.AuthenticationException : string -> Microsoft.Rest.Azure.Authentication.AuthenticationException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージ。

適用対象

AuthenticationException(String, Exception)

AuthenticationException クラスの新しいインスタンスを初期化します。

public AuthenticationException (string message, Exception innerException);
new Microsoft.Rest.Azure.Authentication.AuthenticationException : string * Exception -> Microsoft.Rest.Azure.Authentication.AuthenticationException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージ。

innerException
Exception

内部例外。

適用対象