ProvisioningTransportException Class

Definition

Represents errors reported by the Provisioning Transport Handlers.

public class ProvisioningTransportException : Exception
type ProvisioningTransportException = class
    inherit Exception
Public Class ProvisioningTransportException
Inherits Exception
Inheritance
ProvisioningTransportException

Constructors

ProvisioningTransportException()

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(Exception)

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(SerializationInfo, StreamingContext)

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(String)

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(String, Exception)

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(String, Exception, Boolean)

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(String, Exception, Boolean, ProvisioningErrorDetails)

Creates a new instance of the ProvisioningTransportException class.

ProvisioningTransportException(String, Exception, Boolean, String)

Creates a new instance of the ProvisioningTransportException class.

Properties

ErrorDetails

Service reported error details. Use this when reporting a service issue.

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