Compartilhar via


Construtor BackPressureException

Initializes a new instance of the BackPressureException class.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New BackPressureException(message)
public BackPressureException(
    string message
)
public:
BackPressureException(
    String^ message
)
new : 
        message:string -> BackPressureException
public function BackPressureException(
    message : String
)

Parâmetros

  • message
    Tipo: System.String
    A message that describes the exception.

Comentários

For information about the handling of memory pressure in the data flow in components that have more than one input, see Desenvolvendo componentes de fluxo de dados com várias entradas.

Consulte também

Referência

BackPressureException Classe

Namespace Microsoft.SqlServer.Dts.Pipeline