DeploymentCanceledException Class

IIS 7.0

Provides an exception that is thrown when a deployment exception is canceled.

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

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

[SerializableAttribute]
public ref class DeploymentCanceledException : public Exception

The DeploymentCanceledException type exposes the following members.

  NameDescription
Public methodDeploymentCanceledException()()()()Creates an instance of a DeploymentCanceledException object with default values.
Public methodDeploymentCanceledException(String)Creates an instance of a DeploymentCanceledException object with the specified message.
Protected methodDeploymentCanceledException(SerializationInfo, StreamingContext)Creates an instance of a DeploymentCanceledException object from serialization information.
Public methodDeploymentCanceledException(String, Exception)Creates an instance of a DeploymentCanceledException object with the specified message and inner 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: