Click or drag to resize
LicenseErrorGetWebServiceErrorMessage Method (Int32)
Gets a friendly web service error message for display.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static string GetWebServiceErrorMessage(
	int extendedErrorCode
)

Parameters

extendedErrorCode
Type: SystemInt32
The Web Service Error/Result Code received.

Return Value

Type: String
Returns a human-readable web service error description.
See Also