DeviceAlreadyExistsException 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 lorsqu’une tentative de création d’un appareil qui existe déjà dans le hub est effectuée.
[System.Serializable]
public sealed class DeviceAlreadyExistsException : Microsoft.Azure.Devices.Common.Exceptions.IotHubException
[<System.Serializable>]
type DeviceAlreadyExistsException = class
inherit IotHubException
Public NotInheritable Class DeviceAlreadyExistsException
Inherits IotHubException
- Héritage
- Attributs
Constructeurs
DeviceAlreadyExistsException(ErrorCode, String, Exception) |
Crée un instance de DeviceAlreadyExistsException avec un message d’erreur spécifié ErrorCodeet une référence facultative à l’exception interne à l’origine de cette exception. Cette exception est marquée comme non temporaire. |
DeviceAlreadyExistsException(SerializationInfo, StreamingContext) |
Crée un instance de DeviceAlreadyExistsException avec et SerializationInfoStreamingContext associé à l’exception. |
DeviceAlreadyExistsException(String) |
Crée un instance de avec l’ID d’appareil DeviceAlreadyExistsException spécifié, un message d’erreur vide et le marque comme non temporaire. |
DeviceAlreadyExistsException(String, Exception) |
Crée une instance de DeviceAlreadyExistsException 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. |
DeviceAlreadyExistsException(String, String) |
Crée un instance de avec l’ID d’appareil DeviceAlreadyExistsException spécifié et l’ID de suivi retourné par le service associé à cette erreur particulière, et le 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 à
Azure SDK for .NET