ProvisioningServiceClientException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean) |
Initializes the ProvisioningServiceClientException exception type. |
ProvisioningServiceClientException(String, Exception, Boolean) |
Initializes the ProvisioningServiceClientException exception type. |
ProvisioningServiceClientException(String, Exception) |
Initializes the ProvisioningServiceClientException exception type. |
ProvisioningServiceClientException(String) |
Initializes the ProvisioningServiceClientException exception type. |
Properties
IsTransient |
True if the error is transient. |
Applies to
Azure SDK for .NET