Compartir a través de


ErrorSupport.GetFormattedMessageEx(Int32, String, Object[]) Método

Definición

Obtiene el mensaje de error para un valor HRESULT y adapta el mensaje rellenando los parámetros con los valores proporcionados.

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

Parámetros

hResult
Int32

Valor HRESULT para el que se va a devolver el mensaje de error con formato.

strFormattedText
String

El mensaje de error con formato.

paramList
Object[]

Una matriz de valores de parámetro requerida para el mensaje de error con formato.

Devoluciones

Un valor que indica si el método se realizó correctamente o no.

Se aplica a