BackPressureException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the IsInputReady(Int32[], Boolean[]) and GetDependentInputs(Int32) methods that handle back pressure in the data flow encounter an unexpected error.
public ref class BackPressureException : ApplicationException
[System.Serializable]
public class BackPressureException : ApplicationException
[<System.Serializable>]
type BackPressureException = class
inherit ApplicationException
Public Class BackPressureException
Inherits ApplicationException
- Inheritance
-
BackPressureException
- Attributes
Remarks
For information about the handling of memory pressure in the data flow in components that have more than one input, see Developing Data Flow Components with Multiple Inputs.
Constructors
BackPressureException(String) |
Initializes a new instance of the BackPressureException class. |