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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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.