Partager via


Classe BufferNotFoundException

The exception that is thrown when a PipelineBuffer is not found.

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

Syntaxe

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

Notes

This exception is thrown by the Script Component when it is unable to locate a PipelineBuffer that it references internally.

Hiérarchie d'héritage

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

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.