IotHubThrottledException 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
IotHubThrottledException(Int32) |
Crée une instance de cette classe avec la valeur du nombre maximal autorisé de requêtes actives et la marque comme non temporaire. |
IotHubThrottledException(String, Exception) |
Crée un instance de cette classe 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. |
IotHubThrottledException(Int32)
Crée une instance de cette classe avec la valeur du nombre maximal autorisé de requêtes actives et la marque comme non temporaire.
public IotHubThrottledException (int maximumBatchCount);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException : int -> Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException
Public Sub New (maximumBatchCount As Integer)
Paramètres
- maximumBatchCount
- Int32
Nombre maximal autorisé de requêtes actives.
S’applique à
IotHubThrottledException(String, Exception)
Crée un instance de cette classe 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.
public IotHubThrottledException (string message, Exception innerException);
new Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException : string * Exception -> Microsoft.Azure.Devices.Common.Exceptions.IotHubThrottledException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message décrivant l'erreur.
- innerException
- Exception
Exception ayant provoqué l'exception actuelle.
S’applique à
Azure SDK for .NET