DeploymentRetryException Class

IIS 7.0

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

System..::..Object
  System..::..Exception
    Microsoft.Web.Deployment..::..DeploymentRetryException

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

[SerializableAttribute]
public ref class DeploymentRetryException : public Exception

The DeploymentRetryException type exposes the following members.

  NameDescription
Public methodDeploymentRetryException()()()()Creates a default instance of a DeploymentRetryException object.
Public methodDeploymentRetryException(String)Creates an instance of a DeploymentRetryException object with the specified message.
Protected methodDeploymentRetryException(SerializationInfo, StreamingContext)Creates an instance of a DeploymentRetryException object from serialized data.
Public methodDeploymentRetryException(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.
Public methodDeploymentRetryException(Exception, String, array<Object>[]()[][])Creates an instance of a DeploymentRetryException object with the specified inner exception, message and an array of parameters related to the exception
Top

  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: