ProvisioningServiceClientException Constructors
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.
Overloads
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. |
ProvisioningServiceClientException()
Initializes the ProvisioningServiceClientException exception type.
public ProvisioningServiceClientException ();
Public Sub New ()
Applies to
ProvisioningServiceClientException(Exception)
Initializes the ProvisioningServiceClientException exception type.
public ProvisioningServiceClientException (Exception innerException);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException : Exception -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
The inner exception.
Applies to
ProvisioningServiceClientException(String)
Initializes the ProvisioningServiceClientException exception type.
public ProvisioningServiceClientException (string message);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException : string -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
ProvisioningServiceClientException(String, Boolean)
Initializes the ProvisioningServiceClientException exception type.
public ProvisioningServiceClientException (string message, bool isTransient);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException : string * bool -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException
Public Sub New (message As String, isTransient As Boolean)
Parameters
- message
- String
The message.
- isTransient
- Boolean
True if the error is transient and the operation should be retried.
Applies to
ProvisioningServiceClientException(String, Exception)
Initializes the ProvisioningServiceClientException exception type.
public ProvisioningServiceClientException (string message, Exception innerException);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException : string * Exception -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message
- innerException
- Exception
The inner exception
Applies to
ProvisioningServiceClientException(String, Exception, Boolean)
Initializes the ProvisioningServiceClientException exception type.
protected ProvisioningServiceClientException (string message, Exception innerException, bool isTransient);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException : string * Exception * bool -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceClientException
Protected Sub New (message As String, innerException As Exception, isTransient As Boolean)
Parameters
- message
- String
The message
- innerException
- Exception
The inner exception
- isTransient
- Boolean
True if the error is transient and the operation should be retried.
Applies to
Azure SDK for .NET