IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) Method

Definition

Returns a String that describes an error code.

public:
 System::String ^ DescribeRedirectedErrorCode(int hrErrorCode);
[System.Runtime.InteropServices.DispId(133)]
public string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(133)>]
abstract member DescribeRedirectedErrorCode : int -> string
Public Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

Parameters

hrErrorCode
Int32

The error code whose message is retrieved.

Returns

A String that contains the error message for the specified errorCode parameter.

Attributes

Remarks

This method is called after a row is directed to the error output of a component, and provides a description of the specified errorCode parameter.

Applies to