Share via


Classe DtsComException

The exception that Integration Services raises when a COM error occurs.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DtsComException _
    Inherits DtsException
'Utilisation
Dim instance As DtsComException
[SerializableAttribute]
public class DtsComException : DtsException
[SerializableAttribute]
public ref class DtsComException : public DtsException
[<SerializableAttribute>]
type DtsComException =  
    class
        inherit DtsException
    end
public class DtsComException extends DtsException

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
      Microsoft.SqlServer.Dts.Runtime..::..DtsComException

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.