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

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

[SerializableAttribute]
public ref class DeploymentEncryptionException : public DeploymentFatalException

The DeploymentEncryptionException type exposes the following members.

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