Classe DtsNotATaskException
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 correct type.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class DtsNotATaskException _
Inherits DtsException
'Utilisation
Dim instance As DtsNotATaskException
[SerializableAttribute]
public sealed class DtsNotATaskException : DtsException
[SerializableAttribute]
public ref class DtsNotATaskException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNotATaskException =
class
inherit DtsException
end
public final class DtsNotATaskException extends DtsException
Notes
This error is not useable in a try...catch block.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsNotATaskException
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.