Classe BufferNotFoundException
The exception that is thrown when a PipelineBuffer is not found.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..BufferNotFoundException
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (en 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
Le type BufferNotFoundException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BufferNotFoundException | Initializes a new instance of the BufferNotFoundException class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Notes
This exception is thrown by the Script Component when it is unable to locate a PipelineBuffer that it references internally.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.