Freigeben über


AuthenticationException Konstruktoren

Definition

Überlädt

AuthenticationException()

Initialisiert eine neue instance der AuthenticationException-Klasse.

AuthenticationException(String)

Initialisiert eine neue instance der AuthenticationException-Klasse.

AuthenticationException(String, Exception)

Initialisiert eine neue instance der AuthenticationException-Klasse.

AuthenticationException()

Initialisiert eine neue instance der AuthenticationException-Klasse.

public AuthenticationException ();
Public Sub New ()

Gilt für:

AuthenticationException(String)

Initialisiert eine neue instance der AuthenticationException-Klasse.

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

Parameter

message
String

Ausnahmemeldung.

Gilt für:

AuthenticationException(String, Exception)

Initialisiert eine neue instance der AuthenticationException-Klasse.

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)

Parameter

message
String

Ausnahmemeldung.

innerException
Exception

Innere Ausnahme.

Gilt für: