Freigeben über


BufferDisconnectedException-Klasse

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

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

Hinweise

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

Vererbungshierarchie

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

Threadsicherheit

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