Share via


IotHubClientException Classe

Définition

Exception levée lorsqu’une erreur se produit pendant l’opération DeviceClient ou ModuleClient.

[System.Serializable]
public class IotHubClientException : Exception
[<System.Serializable>]
type IotHubClientException = class
    inherit Exception
Public Class IotHubClientException
Inherits Exception
Héritage
IotHubClientException
Attributs

Constructeurs

IotHubClientException()

Crée une instance de cette classe.

IotHubClientException(SerializationInfo, StreamingContext)

Crée une instance de cette classe.

IotHubClientException(String, Boolean, Exception)

Crée une instance de cette classe.

IotHubClientException(String, Boolean, String, Exception)

Crée une instance de cette classe.

IotHubClientException(String, Exception)

Crée une instance de cette classe.

IotHubClientException(String, IotHubClientErrorCode, Exception)

Crée une instance de cette classe.

IotHubClientException(String, String, IotHubClientErrorCode, Exception)

Crée une instance de cette classe.

Propriétés

ErrorCode

Code d’erreur spécifique.

IsTransient

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

TrackingId

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

S’applique à