DtsNoLogProviderAssignedException-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 LogProvider.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsNoLogProviderAssignedException
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DtsNoLogProviderAssignedException _
Inherits DtsException
'Usage
Dim instance As DtsNoLogProviderAssignedException
[SerializableAttribute]
public sealed class DtsNoLogProviderAssignedException : DtsException
[SerializableAttribute]
public ref class DtsNoLogProviderAssignedException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNoLogProviderAssignedException =
class
inherit DtsException
end
public final class DtsNoLogProviderAssignedException extends DtsException
Der DtsNoLogProviderAssignedException-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
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.