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

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

[SerializableAttribute]
public ref class DeploymentXmlException : public DeploymentException

The DeploymentXmlException type exposes the following members.

  NameDescription
Public methodDeploymentXmlException()()()()Creates an instance of a DeploymentXmlException object without setting underlying member values.
Public methodDeploymentXmlException(String)Creates an instance of a DeploymentXmlException object and sets the message specified.
Protected methodDeploymentXmlException(SerializationInfo, StreamingContext)Creates an instance of a DeploymentXmlException object from serialized data..
Public methodDeploymentXmlException(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.
Public methodDeploymentXmlException(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.
Public methodDeploymentXmlException(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.
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: