InvalidaDACTypeCredentialsException-Klasse

The InvalidDacTypeCredentialsException class is an exception that is raised when upgrading a DAC if the credentials of the new DAC type do not match the credentials of the current DAC instance.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class InvalidaDACTypeCredentialsException _
    Inherits DeploymentValidationException
'Usage
Dim instance As InvalidaDACTypeCredentialsException
[SerializableAttribute]
public sealed class InvalidaDACTypeCredentialsException : DeploymentValidationException
[SerializableAttribute]
public ref class InvalidaDACTypeCredentialsException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidaDACTypeCredentialsException =  
    class
        inherit DeploymentValidationException
    end
public final class InvalidaDACTypeCredentialsException extends DeploymentValidationException

Der InvalidaDACTypeCredentialsException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode InvalidaDACTypeCredentialsException(Exception) Initializes a new instance of the InvalidDacTypeCredentialsException class that has the specified inner exception.
Öffentliche Methode InvalidaDACTypeCredentialsException(String) Initializes a new instance of the InvalidDacTypeCredentialsException class that has the specified message text.

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

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

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