Partager via


UnauthorizedException Constructeurs

Définition

Surcharges

UnauthorizedException()

Initialise une nouvelle instance de la classe.

UnauthorizedException(String)

Initialise une nouvelle instance de la classe.

UnauthorizedException(String, Exception)

Initialise une nouvelle instance de la classe.

UnauthorizedException()

Initialise une nouvelle instance de la classe.

public UnauthorizedException ();
Public Sub New ()

S’applique à

UnauthorizedException(String)

Initialise une nouvelle instance de la classe.

public UnauthorizedException (string message);
new Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException : string -> Microsoft.Azure.Devices.Client.Exceptions.UnauthorizedException
Public Sub New (message As String)

Paramètres

message
String

Message d’erreur.

S’applique à

UnauthorizedException(String, Exception)

Initialise une nouvelle instance de la classe.

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)

Paramètres

message
String

Message d’erreur.

innerException
Exception

Instance d'exception qui a provoqué l'exception actuelle.

S’applique à