Freigeben über


DeploymentRetryException Klasse

Definition

Stellt eine Ausnahme bereit, die ausgelöst wird, wenn ein Anbieter mehrere Wiederholungsversuche eines Vorgangs fehlschlägt.

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

Konstruktoren

DeploymentRetryException()

Erstellt eine Standardinstanz eines DeploymentRetryException -Objekts.

DeploymentRetryException(Exception, String, Object[])

Erstellt eine Instanz eines DeploymentRetryException -Objekts mit der angegebenen inneren Ausnahme, der angegebenen Meldung und einem Array von Parametern im Zusammenhang mit der Ausnahme.

DeploymentRetryException(SerializationInfo, StreamingContext)

Erstellt eine Instanz eines DeploymentRetryException -Objekts aus serialisierten Daten.

DeploymentRetryException(String)

Erstellt eine Instanz eines DeploymentRetryException -Objekts mit der angegebenen Nachricht.

DeploymentRetryException(String, Exception)

Erstellt eine Instanz eines DeploymentRetryException -Objekts mit der angegebenen Nachricht und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

Gilt für: