Partager via


Classe PipelineComponentHResultException

Exception raised by the Script component when it encounters a COM exception.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (dans Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PipelineComponentHResultException _
    Inherits COMException
'Utilisation
Dim instance As PipelineComponentHResultException
public sealed class PipelineComponentHResultException : COMException
public ref class PipelineComponentHResultException sealed : public COMException
[<SealedAttribute>]
type PipelineComponentHResultException =  
    class
        inherit COMException
    end
public final class PipelineComponentHResultException extends COMException

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      System.Runtime.InteropServices. . :: . .ExternalException
        System.Runtime.InteropServices. . :: . .COMException
          Microsoft.SqlServer.Dts.Pipeline..::..PipelineComponentHResultException

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.