DeploymentXmlException Class
IIS 7.0
Provides exceptions that are thrown when errors are found in XML configuration.
System..::..Object
System..::..Exception
DeploymentException
Microsoft.Web.Deployment..::..DeploymentXmlException
System..::..Exception
DeploymentException
Microsoft.Web.Deployment..::..DeploymentXmlException
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentXmlException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentXmlException()()()() | Creates an instance of a DeploymentXmlException object without setting underlying member values. |
![]() | DeploymentXmlException(String) | Creates an instance of a DeploymentXmlException object and sets the message specified. |
![]() | DeploymentXmlException(SerializationInfo, StreamingContext) | Creates an instance of a DeploymentXmlException object from serialized data.. |
![]() | DeploymentXmlException(String, Exception) | Creates an instance of a DeploymentXmlException object with the specified message and a reference to the inner exception that is the cause of this exception. |
![]() | DeploymentXmlException(XPathNavigator, String, Exception) | Creates an instance of a DeploymentXmlException object with an XPathNavigator, the XML file the exception was caused by and a reference to the inner exception that is the cause of this exception. |
![]() | DeploymentXmlException(XPathNavigator, String, String, Object) | Creates an instance of a DeploymentXmlException object with an XPathNavigator, the XML file the exception was caused by, the message format, and the value that caused the 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:
