ASTaskBase::FireError Method (Int32, String^, String^, String^)

 

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

Raises an event when an error occurs.

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

protected:
void FireError(
	int errorCode,
	String^ subComponent,
	String^ message,
	String^ helpLink
)

Parameters

errorCode
Type: System::Int32

An Integer that identifies the error message.

subComponent
Type: System::String^

A String that contains more detail about the event source.

message
Type: System::String^

The text of the message.

helpLink
Type: System::String^

The path to the Help file that contains detailed information.

Return to top
Show: