IWSManEx.GetErrorMessage(UInt32) 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.
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)
;