Partager via


UnauthorizedException Classe

Définition

Exception levée en cas d’erreur d’autorisation.

[System.Serializable]
public sealed class UnauthorizedException : Microsoft.Azure.Devices.Client.Exceptions.IotHubException
[<System.Serializable>]
type UnauthorizedException = class
    inherit IotHubException
Public NotInheritable Class UnauthorizedException
Inherits IotHubException
Héritage
UnauthorizedException
Attributs

Remarques

Cette exception signifie que le client n’est pas autorisé à utiliser le hub IoT spécifié. Pour plus d’informations, consultez le guide 401003 IoTHubUnauthorized .

Constructeurs

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.

Propriétés

IsTransient

Indique si l’erreur est temporaire et doit faire l’objet d’une nouvelle tentative.

(Hérité de IotHubException)
TrackingId

Le service a retourné l’ID de suivi associé à cette erreur particulière.

(Hérité de IotHubException)

Méthodes

GetObjectData(SerializationInfo, StreamingContext)

Définit SerializationInfo avec des informations concernant l'exception. Utilisez-le pour définir IsTransient et TrackingId pour les données d’objet sérialisées.

(Hérité de IotHubException)

S’applique à