Classe BackPressureException
The exception that is thrown when the PipelineComponent.IsInputReady and PipelineComponent.GetDependentInputs methods that handle back pressure in the data flow encounter an unexpected error.
Hiérarchie d'héritage
System.Object
System.Exception
System.ApplicationException
Microsoft.SqlServer.Dts.Pipeline.BackPressureException
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class BackPressureException _
Inherits ApplicationException
'Utilisation
Dim instance As BackPressureException
[SerializableAttribute]
public class BackPressureException : ApplicationException
[SerializableAttribute]
public ref class BackPressureException : public ApplicationException
[<SerializableAttribute>]
type BackPressureException =
class
inherit ApplicationException
end
public class BackPressureException extends ApplicationException
Le type BackPressureException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BackPressureException | Initializes a new instance of the BackPressureException 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 | Informations critiques de sécurité. (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
SerializeObjectState | (hérité de Exception.) |
Haut de la page
Notes
For information about the handling of memory pressure in the data flow in components that have more than one input, see Développement de composants de flux de données avec plusieurs entrées.
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.