Freigeben über


DtsComException-Klasse

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DtsComException _
    Inherits DtsException
'Usage
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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.