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] ```

Constructors

ProvisioningServiceClientException()

Initializes the ProvisioningServiceClientException exception type.

ProvisioningServiceClientException(Exception)

Initializes the ProvisioningServiceClientException exception type.

ProvisioningServiceClientException(String)

Initializes the ProvisioningServiceClientException exception type.

ProvisioningServiceClientException(String, Boolean)

Initializes the ProvisioningServiceClientException exception type.

ProvisioningServiceClientException(String, Exception)

Initializes the ProvisioningServiceClientException exception type.

ProvisioningServiceClientException(String, Exception, Boolean)

Initializes the ProvisioningServiceClientException exception type.

Properties

IsTransient

True if the error is transient.

Applies to