UnauthorizedException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET