다음을 통해 공유


ProvisioningServiceClientException Class

Definition

Super class for the Device Provisioning Service exceptions on the Service Client.

public class ProvisioningServiceClientException : Exception
type ProvisioningServiceClientException = class
    inherit Exception
Public Class ProvisioningServiceClientException
Inherits Exception
Inheritance
ProvisioningServiceClientException
Derived

Remarks

``` ProvisioningServiceClientException | \__IsTransient [identify if retry is a valid scenario] | +-->ProvisioningServiceClientTransportException [any transport layer exception] | +-->ProvisioningServiceClientHttpException [any exception reported in the HTTP response] ```

Applies to