ProvisioningClientException 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.
The exception that is thrown when an error occurs during device provisioning client operation.
public class ProvisioningClientException : Exception
type ProvisioningClientException = class
inherit Exception
Public Class ProvisioningClientException
Inherits Exception
- Inheritance
-
ProvisioningClientException
Constructors
ProvisioningClientException(SerializationInfo, StreamingContext) |
Creates a new instance of this class. |
ProvisioningClientException(String, Boolean) |
Creates a new instance of this class. |
ProvisioningClientException(String, Exception, Boolean, Int32, String) |
Creates a new instance of this class. |
ProvisioningClientException(String, Exception, Boolean) |
Creates a new instance of this class. |
Properties
ErrorCode |
The specific 6-digit error code in the DPS response, if available. |
IsTransient |
If true, the error is transient and the application should retry at a later time. |
TrackingId |
Service reported tracking Id. Use this when reporting a service issue. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. |
Applies to
Azure SDK for .NET