IDTSComponentMetaData100.GetErrorDescription(Int32) 메서드

정의

내부 통합 서비스 오류 코드 설명을 받습니다.

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

매개 변수

hrError
Int32

그 설명이 검색된 오류 코드입니다.

반품

지정된 오류 코드의 설명입니다.

특성

설명

이 메서드는 통합 서비스 컴포넌트가 정의한 오류 코드 설명을 가져오기 위해 호출됩니다. 이들은 통합 서비스 오류 및 메시지 참조에 나열된 오류 코드입니다.

적용 대상