IDTSInputColumn100.DescribeRedirectedErrorCode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.