BackPressureException Class

Definition

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.

Applies to