ErrorSupport.GetFormattedMessageEx(Int32, String, Object[]) 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.
Gets the error message for an HRESULT and formats the message by populating parameters with the supplied values.
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
Parameters
- hResult
- Int32
The HRESULT for which to return the formatted error message.
- strFormattedText
- String
The formatted error message.
- paramList
- Object[]
An array of parameter values required for the formatted error message.
Returns
A value that indicates whether the method succeeded or failed.