UnauthorizedException 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
UnauthorizedException() |
Initialisiert eine neue Instanz der Klasse. |
UnauthorizedException(String) |
Initialisiert eine neue Instanz der Klasse. |
UnauthorizedException(String, Exception) |
Initialisiert eine neue Instanz der Klasse. |
UnauthorizedException()
Initialisiert eine neue Instanz der Klasse.
public UnauthorizedException ();
Public Sub New ()
Gilt für:
UnauthorizedException(String)
Initialisiert eine neue Instanz der Klasse.
public UnauthorizedException (string message);
new Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException : string -> Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException
Public Sub New (message As String)
Parameter
- message
- String
Die Fehlermeldung.
Gilt für:
UnauthorizedException(String, Exception)
Initialisiert eine neue Instanz der Klasse.
public UnauthorizedException (string message, Exception innerException);
new Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException : string * Exception -> Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Fehlermeldung.
- innerException
- Exception
Die Ausnahmeinstanz, die die aktuelle Ausnahme verursacht hat.
Gilt für:
Azure SDK for .NET