DtsConnectionException-Klasse
The exception that is thrown when there is an error in a connection.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsConnectionException
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DtsConnectionException _
Inherits DtsException
'Usage
Dim instance As DtsConnectionException
[SerializableAttribute]
public class DtsConnectionException : DtsException
[SerializableAttribute]
public ref class DtsConnectionException : public DtsException
[<SerializableAttribute>]
type DtsConnectionException =
class
inherit DtsException
end
public class DtsConnectionException extends DtsException
Der DtsConnectionException-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only. (Geerbt von DtsException.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.