ServerErrorException Classe
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.
Exception levée lorsque le hub IoT a retourné une erreur de service interne.
[System.Serializable]
public sealed class ServerErrorException : Microsoft.Azure.Devices.Common.Exceptions.IotHubException
[<System.Serializable>]
type ServerErrorException = class
inherit IotHubException
Public NotInheritable Class ServerErrorException
Inherits IotHubException
- Héritage
- Attributs
Remarques
Cette exception signifie généralement que le service IoT Hub a rencontré une erreur inattendue et est généralement temporaire. Pour plus d’informations, consultez le guide des erreurs internes 500xxx . La meilleure solution consiste à réessayer votre opération après un certain temps.
Constructeurs
ServerErrorException(ErrorCode, String) |
Crée un instance de ServerErrorException avec un message d’erreur spécifié ErrorCodeet le marque comme temporaire. |
ServerErrorException(String) |
Crée un instance de ServerErrorException avec un message d’erreur spécifié et le marque comme temporaire. |
ServerErrorException(String, Exception) |
Crée une instance de ServerErrorException avec un message d’erreur spécifié et une référence à l’exception interne à l’origine de cette exception, et la marque comme temporaire. |
Propriétés
Code |
Code d’erreur associé à l’exception. (Hérité de IotHubException) |
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 à
Azure SDK for .NET