DeploymentEncryptionException Class
IIS 7.0
Provides an exception that is thrown due to an encryption error in a deployment operation.
System..::..Object
System..::..Exception
Microsoft.Web.Deployment..::..DeploymentFatalException
Microsoft.Web.Deployment..::..DeploymentEncryptionException
System..::..Exception
Microsoft.Web.Deployment..::..DeploymentFatalException
Microsoft.Web.Deployment..::..DeploymentEncryptionException
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentEncryptionException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentEncryptionException()()()() | Creates an instance of a DeploymentEncryptionException object with default values. |
![]() | DeploymentEncryptionException(String) | Creates an instance of a DeploymentEncryptionException object with the specified message. |
![]() | DeploymentEncryptionException(SerializationInfo, StreamingContext) | Creates an instance of a DeploymentEncryptionException object from serialization data. |
![]() | DeploymentEncryptionException(String, Exception) | Creates an instance of a DeploymentEncryptionException object by using the specified message and inner exception. |
![]() | DeploymentEncryptionException(String, array<Object>[]()[][]) | |
![]() | DeploymentEncryptionException(Exception, String, array<Object>[]()[][]) |
| 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:
