BackPressureException(String) Constructor
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.
Initializes a new instance of the BackPressureException class.
public:
BackPressureException(System::String ^ message);
public BackPressureException (string message);
new Microsoft.SqlServer.Dts.Pipeline.BackPressureException : string -> Microsoft.SqlServer.Dts.Pipeline.BackPressureException
Public Sub New (message As String)
Parameters
- message
- String
A message that describes the exception.
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.