IDTSManagedComponentHost100.HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32) Method

Definition

Describes the redirected error codes for the host.

public:
 System::String ^ HostDescribeRedirectedErrorCode(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int hrErrorCode);
public string HostDescribeRedirectedErrorCode (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int hrErrorCode);
abstract member HostDescribeRedirectedErrorCode : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> string
Public Function HostDescribeRedirectedErrorCode (pWrapper As IDTSManagedComponentWrapper100, hrErrorCode As Integer) As String

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

hrErrorCode
Int32

The error code.

Returns

String

The redirected error codes.

Applies to