DeploymentRetryException Class

Definition

Provides an exception that is thrown when a provider fails multiple retry attempts of an operation.

public ref class DeploymentRetryException : Exception
[System.Serializable]
public class DeploymentRetryException : Exception
type DeploymentRetryException = class
    inherit Exception
Public Class DeploymentRetryException
Inherits Exception
Inheritance
DeploymentRetryException
Attributes

Constructors

DeploymentRetryException()

Creates a default instance of a DeploymentRetryException object.

DeploymentRetryException(Exception, String, Object[])

Creates an instance of a DeploymentRetryException object with the specified inner exception, message and an array of parameters related to the exception

DeploymentRetryException(SerializationInfo, StreamingContext)

Creates an instance of a DeploymentRetryException object from serialized data.

DeploymentRetryException(String)

Creates an instance of a DeploymentRetryException object with the specified message.

DeploymentRetryException(String, Exception)

Creates an instance of a DeploymentRetryException object with the specified message and a reference to the inner exception that is the cause of this exception.

Applies to