DtsNoForEachEnumAssignedException-Klasse
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the type ForEachEnumerator.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.SqlServer.Dts.Runtime.DtsException
Microsoft.SqlServer.Dts.Runtime.DtsNoForEachEnumAssignedException
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DtsNoForEachEnumAssignedException _
Inherits DtsException
'Usage
Dim instance As DtsNoForEachEnumAssignedException
[SerializableAttribute]
public sealed class DtsNoForEachEnumAssignedException : DtsException
[SerializableAttribute]
public ref class DtsNoForEachEnumAssignedException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNoForEachEnumAssignedException =
class
inherit DtsException
end
public final class DtsNoForEachEnumAssignedException extends DtsException
Der DtsNoForEachEnumAssignedException-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.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Sicherheitskritisch (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
This error is not useable in a try...catch block.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.