BufferDisconnectedException Class
The exception that is thrown when an attempt to access a PipelineBuffer object fails.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
System::Object
System::Exception
System::ApplicationException
Microsoft.SqlServer.Dts.Pipeline::BufferDisconnectedException
System::Exception
System::ApplicationException
Microsoft.SqlServer.Dts.Pipeline::BufferDisconnectedException
| Name | Description | |
|---|---|---|
![]() | BufferDisconnectedException() | Initializes a new instance of the BufferDisconnectedException class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This exception is thrown when the PipelineBuffer object is accessed after it is no longer available.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



