ProvisioningServiceException 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
ProvisioningServiceException(Exception) |
Creates an instance of this class. |
ProvisioningServiceException(String) |
Creates an instance of this class. |
ProvisioningServiceException(String, Boolean) |
Creates an instance of this class. |
ProvisioningServiceException(Exception)
Creates an instance of this class.
public ProvisioningServiceException (Exception innerException);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceException : Exception -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
The inner exception.
Applies to
ProvisioningServiceException(String)
Creates an instance of this class.
public ProvisioningServiceException (string message);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceException : string -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
ProvisioningServiceException(String, Boolean)
Creates an instance of this class.
public ProvisioningServiceException (string message, bool isTransient);
new Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceException : string * bool -> Microsoft.Azure.Devices.Provisioning.Service.ProvisioningServiceException
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET