DeploymentValidationException-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dac. . :: . .DacException
        Microsoft.SqlServer.Management.Dac..::..DeploymentValidationException
          Mehr…

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class DeploymentValidationException _
    Inherits DacException
'Usage
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

Der DeploymentValidationException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DeploymentValidationException(String) Initializes a new DeploymentValidationException instance with the specified error message.
Öffentliche Methode DeploymentValidationException(String, Exception) Initializes a new instance of the DeploymentValidationException class that has the specified message text and inner exception.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DacExceptionType Gets the type of the exception. (Geerbt von DacException.)
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink Gets a string with the URL help link that further explains the exception. (Geerbt von DacException.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode Init Initializes provider properties. (Geerbt von DacException.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext Sets the help context for the help link. (Geerbt von DacException.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Vererbungshierarchie

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