ErrorHelperGetMessage Method
Converts Win32 error code to a corresponding text message
Namespace: SysadminsLV.PKI.UtilsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public static string GetMessage(
int errorCode
)
Public Shared Function GetMessage (
errorCode As Integer
) As String
public:
static String^ GetMessage(
int errorCode
)
static member GetMessage :
errorCode : int -> string
- errorCode Int32
- An error numeric value. A value can be passed as signed, unsigned integer or as a HEX string.
StringText representation of the error code.
When error code is passed as HEX, the string must be prepended with '0x' prefix.