Partager via


AuthenticationException Constructeurs

Définition

Surcharges

AuthenticationException()

Initialise une nouvelle instance de la classe AuthenticationException.

AuthenticationException(String)

Initialise une nouvelle instance de la classe AuthenticationException.

AuthenticationException(String, Exception)

Initialise une nouvelle instance de la classe AuthenticationException.

AuthenticationException()

Initialise une nouvelle instance de la classe AuthenticationException.

public AuthenticationException ();
Public Sub New ()

S’applique à

AuthenticationException(String)

Initialise une nouvelle instance de la classe AuthenticationException.

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

Paramètres

message
String

Message d’exception.

S’applique à

AuthenticationException(String, Exception)

Initialise une nouvelle instance de la classe 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)

Paramètres

message
String

Message d’exception.

innerException
Exception

Exception interne.

S’applique à