DeploymentFatalException Class
IIS 7.0
Provides a fatal exception that is thrown during a deployment exception.
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 DeploymentFatalException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentFatalException()()()() | Creates an instance of a DeploymentFatalException object with default values. |
![]() | DeploymentFatalException(String) | Creates an instance of a DeploymentFatalException object by using the specified message. |
![]() | DeploymentFatalException(SerializationInfo, StreamingContext) | Creates an instance of a DeploymentFatalException object by using serialization data. |
![]() | DeploymentFatalException(String, Exception) | Creates an instance of a DeploymentFatalException object by using the message and inner exception specified. |
![]() | DeploymentFatalException(String, array<Object>[]()[][]) | Creates an instance of a DeploymentFatalException object with the specified message and array of parameters. |
![]() | DeploymentFatalException(Exception, String, array<Object>[]()[][]) | Creates an instance of a DeploymentFatalException object with the specified message, inner exception and array of parameters. |
| 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:
