DeploymentEncryptionException Class

Definition

Provides an exception that is thrown due to an encryption error in a deployment operation.

public ref class DeploymentEncryptionException : Microsoft::Web::Deployment::DeploymentFatalException
[System.Serializable]
public class DeploymentEncryptionException : Microsoft.Web.Deployment.DeploymentFatalException
type DeploymentEncryptionException = class
    inherit DeploymentFatalException
Public Class DeploymentEncryptionException
Inherits DeploymentFatalException
Inheritance
DeploymentEncryptionException
Attributes

Constructors

DeploymentEncryptionException()

Creates an instance of a DeploymentEncryptionException object with default values.

DeploymentEncryptionException(Exception, String, Object[])
DeploymentEncryptionException(SerializationInfo, StreamingContext)

Creates an instance of a DeploymentEncryptionException object from serialization data.

DeploymentEncryptionException(String)

Creates an instance of a DeploymentEncryptionException object with the specified message.

DeploymentEncryptionException(String, Exception)

Creates an instance of a DeploymentEncryptionException object by using the specified message and inner exception.

DeploymentEncryptionException(String, Object[])

Applies to