DeploymentFatalException Class

IIS 7.0

Provides a fatal exception that is thrown during a deployment exception.

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

[SerializableAttribute]
public ref class DeploymentFatalException : public Exception

The DeploymentFatalException type exposes the following members.

  NameDescription
Public methodDeploymentFatalException()()()()Creates an instance of a DeploymentFatalException object with default values.
Public methodDeploymentFatalException(String)Creates an instance of a DeploymentFatalException object by using the specified message.
Protected methodDeploymentFatalException(SerializationInfo, StreamingContext)Creates an instance of a DeploymentFatalException object by using serialization data.
Public methodDeploymentFatalException(String, Exception)Creates an instance of a DeploymentFatalException object by using the message and inner exception specified.
Public methodDeploymentFatalException(String, array<Object>[]()[][])Creates an instance of a DeploymentFatalException object with the specified message and array of parameters.
Public methodDeploymentFatalException(Exception, String, array<Object>[]()[][])Creates an instance of a DeploymentFatalException object with the specified message, inner exception and array of parameters.
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: