Partager via


ProvisioningServiceClientException Classe

Définition

Super classe pour les exceptions du service Device Provisioning sur le client de service.

public class ProvisioningServiceClientException : Exception
type ProvisioningServiceClientException = class
    inherit Exception
Public Class ProvisioningServiceClientException
Inherits Exception
Héritage
ProvisioningServiceClientException
Dérivé

Remarques

''' ProvisioningServiceClientException | \__IsTransient [identifier si une nouvelle tentative est un scénario valide] | +-->ProvisioningServiceClientTransportException [toute exception de couche de transport] | +-->ProvisioningServiceClientHttpException [toute exception signalée dans la réponse HTTP] '''

Constructeurs

ProvisioningServiceClientException()

Initialise le type d’exception ProvisioningServiceClientException .

ProvisioningServiceClientException(Exception)

Initialise le type d’exception ProvisioningServiceClientException .

ProvisioningServiceClientException(String)

Initialise le type d’exception ProvisioningServiceClientException .

ProvisioningServiceClientException(String, Boolean)

Initialise le type d’exception ProvisioningServiceClientException .

ProvisioningServiceClientException(String, Exception)

Initialise le type d’exception ProvisioningServiceClientException .

ProvisioningServiceClientException(String, Exception, Boolean)

Initialise le type d’exception ProvisioningServiceClientException .

Propriétés

IsTransient

True si l’erreur est temporaire.

S’applique à