Share via


Classe DtsPipelineException

The exception that is thrown when an error occurs in the pipeline.

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

Syntaxe

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

Notes

This class is instantiated by the DtsException class when an error occurs in any Data Flow task.

Hiérarchie d'héritage

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

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.