DeploymentCanceledException Class
IIS 7.0
Provides an exception that is thrown when a deployment exception is canceled.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentCanceledException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentCanceledException()()()() | Creates an instance of a DeploymentCanceledException object with default values. |
![]() | DeploymentCanceledException(String) | Creates an instance of a DeploymentCanceledException object with the specified message. |
![]() | DeploymentCanceledException(SerializationInfo, StreamingContext) | Creates an instance of a DeploymentCanceledException object from serialization information. |
![]() | DeploymentCanceledException(String, Exception) | Creates an instance of a DeploymentCanceledException object with the specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Exception.) |
Show:
