Partager via


ThrottlingException Classe

Définition

Exception levée lorsque le taux de requêtes entrantes dépasse la limite de limitation définie par IoT Hub.

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

Constructeurs

ThrottlingException(ErrorCode, String)

Crée un instance de ThrottlingException avec un message d’erreur spécifié ErrorCodeet le marque comme non temporaire.

ThrottlingException(SerializationInfo, StreamingContext)

Crée un instance de ThrottlingException avec et SerializationInfoStreamingContext associé à l’exception.

ThrottlingException(String)

Crée un instance de ThrottlingException avec un message d’erreur spécifié et le marque comme non temporaire.

ThrottlingException(String, Exception)

Crée une instance de ThrottlingException avec un message d’erreur spécifié et une référence à l’exception interne à l’origine de cette exception, et la marque comme non temporaire.

Propriétés

Code

Code d’erreur associé à l’exception.

(Hérité de IotHubException)
IsTransient

Indique si l’erreur est temporaire et doit être retentée.

(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 ceci pour définir IsTransient et TrackingId sur les données d’objet sérialisées.

(Hérité de IotHubException)

S’applique à