Partager via


IWSManEx.GetErrorMessage(UInt32) Method

Definition

GetErrorMessage method of IWSManEx interface.

[System.Runtime.InteropServices.DispId(20)]
public string GetErrorMessage (uint errorNumber);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetErrorMessage : uint32 -> string
Public Function GetErrorMessage (errorNumber As UInteger) As String

Parameters

errorNumber
UInt32

Returns

Attributes

Remarks

An original IDL definition of GetErrorMessage method was the following: HRESULT GetErrorMessage (unsigned long errorNumber, [out, retval] BSTR* ReturnValue);

Applies to