Compartir a través de


Clase DeploymentValidationException

The DeploymentValidationException class represents an exception thrown during DAC deployment due to a validation error.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dac. . :: . .DacException
        Microsoft.SqlServer.Management.Dac..::..DeploymentValidationException
          Más...

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public MustInherit Class DeploymentValidationException _
    Inherits DacException
'Uso
Dim instance As DeploymentValidationException
[SerializableAttribute]
public abstract class DeploymentValidationException : DacException
[SerializableAttribute]
public ref class DeploymentValidationException abstract : public DacException
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type DeploymentValidationException =  
    class
        inherit DacException
    end
public abstract class DeploymentValidationException extends DacException

El tipo DeploymentValidationException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DeploymentValidationException(String) Initializes a new DeploymentValidationException instance with the specified error message.
Método público DeploymentValidationException(String, Exception) Initializes a new instance of the DeploymentValidationException class that has the specified message text and inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DacExceptionType Gets the type of the exception. (Se hereda de DacException.)
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink Gets a string with the URL help link that further explains the exception. (Se hereda de DacException.)
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido Init Initializes provider properties. (Se hereda de DacException.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetHelpContext Sets the help context for the help link. (Se hereda de DacException.)
Método público ToString (Se hereda de Exception.)

Arriba

Comentarios

This class is the base class that is inherited by all other validation exceptions.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dac. . :: . .DacException
        Microsoft.SqlServer.Management.Dac..::..DeploymentValidationException
          Microsoft.SqlServer.Management.Dac. . :: . .ActionNotSupportedException
          Microsoft.SqlServer.Management.Dac. . :: . .ConnectionNotSetException
          Microsoft.SqlServer.Management.Dac. . :: . .FailedTargetSelectionException
          Microsoft.SqlServer.Management.Dac. . :: . .InvalidaDACTypeCredentialsException
          Microsoft.SqlServer.Management.Dac. . :: . .InvalidaDatabaseStateException
          Microsoft.SqlServer.Management.Dac. . :: . .MissingDacSchemaException
          Microsoft.SqlServer.Management.Dac. . :: . .MissingServerPermissionsException
          Microsoft.SqlServer.Management.Dac. . :: . .MissingServerPermissionsForRePartException