ASTaskBase.FireError Method (String, String)

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Syntax

'Declaration
Protected Sub FireError ( _
    subComponent As String, _
    message As String _
)
'Usage
Dim subComponent As String
Dim message As String

Me.FireError(subComponent, message)
protected void FireError(
    string subComponent,
    string message
)
protected:
void FireError(
    String^ subComponent, 
    String^ message
)
member FireError : 
        subComponent:string * 
        message:string -> unit 
protected function FireError(
    subComponent : String, 
    message : String
)

Parameters