ManagedComponentHost.HostDescribeRedirectedErrorCode Method

Definition

Describes the redirected error code.

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

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

iErrorCode
Int32

The error code.

Returns

The described error code.

Implements

Applies to