Partager via


Constructeur BufferNotFoundException

Initializes a new instance of the BufferNotFoundException class.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    bufferID As Integer _
)
'Utilisation
Dim bufferID As Integer 

Dim instance As New BufferNotFoundException(bufferID)
public BufferNotFoundException(
    int bufferID
)
public:
BufferNotFoundException(
    int bufferID
)
new : 
        bufferID:int -> BufferNotFoundException
public function BufferNotFoundException(
    bufferID : int
)

Paramètres

Voir aussi

Référence

BufferNotFoundException Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline