AuthenticationException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET