Partager via


Classe BufferDisconnectedException

The exception that is thrown when an attempt to access a PipelineBuffer object fails.

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

Syntaxe

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

Notes

This exception is thrown when the PipelineBuffer object is accessed after it is no longer available.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..BufferDisconnectedException

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.