Share via


Classe DtsConnectionException

The exception that is thrown when there is an error in a connection.

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

Syntaxe

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

Notes

This class is instantiated by the DtsException class when an error occurs in a connection.

Hiérarchie d'héritage

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

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.