Click or drag to resize
LicenseErrorGetWebServiceErrorMessage Method (LicenseError)
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(
	LicenseError lastError
)

Parameters

lastError
Type: com.softwarekey.Client.LicensingLicenseError
The LicenseError object which contains the error received.

Return Value

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