你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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