Freigeben über


UnauthorizedException Konstruktoren

Definition

Ü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: