Freigeben über


DtsInvalidProjectPasswordOrDataException-Klasse

Represents the invalid project password or data exception that this class contains during runtime.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.SqlServer.Dts.Runtime.DtsException
      Microsoft.SqlServer.Dts.Runtime.DtsInvalidProjectPasswordOrDataException

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

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

Der DtsInvalidProjectPasswordOrDataException-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft ErrorCode Gets the error code that creates the appropriate exception class. This field is read-only. (Geerbt von DtsException.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche 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.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

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

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace