BufferNotFoundException Constructor
Initializes a new instance of the BufferNotFoundException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)
Syntax
'Declaration
Public Sub New ( _
bufferID As Integer _
)
public BufferNotFoundException (
int bufferID
)
public:
BufferNotFoundException (
int bufferID
)
public BufferNotFoundException (
int bufferID
)
public function BufferNotFoundException (
bufferID : int
)
Parameters
- bufferID
The ID of the PipelineBuffer that was not found.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
BufferNotFoundException Class
BufferNotFoundException Members
Microsoft.SqlServer.Dts.Pipeline Namespace