다음을 통해 공유


ErrorSupport.GetFormattedMessageEx(Int32, String, Object[]) 메서드

정의

HRESULT에 대한 오류 메시지를 가져오고 매개 변수를 제공된 값으로 채워 메시지의 형식을 지정합니다.

public:
 static int GetFormattedMessageEx(int hResult, [Runtime::InteropServices::Out] System::String ^ % strFormattedText, ... cli::array <System::Object ^> ^ paramList);
public static int GetFormattedMessageEx (int hResult, out string strFormattedText, params object[] paramList);
static member GetFormattedMessageEx : int * string * obj[] -> int
Public Shared Function GetFormattedMessageEx (hResult As Integer, ByRef strFormattedText As String, ParamArray paramList As Object()) As Integer

매개 변수

hResult
Int32

형식이 지정된 오류 메시지를 반환할 HRESULT입니다.

strFormattedText
String

형식이 지정된 오류 메시지입니다.

paramList
Object[]

형식이 지정된 오류 메시지에 필요한 매개 변수 값의 배열입니다.

반환

메서드의 성공 여부를 나타내는 값입니다.

적용 대상