| LicenseErrorGetWebServiceErrorMessage Method (Int32) | 
Gets a friendly web service error message for display.
 
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
 Syntax
Syntaxpublic static string GetWebServiceErrorMessage(
	int extendedErrorCode
)
Public Shared Function GetWebServiceErrorMessage ( 
	extendedErrorCode As Integer
) As String
public:
static String^ GetWebServiceErrorMessage(
	int extendedErrorCode
)
Parameters
- extendedErrorCode
- Type: SystemInt32
 The Web Service Error/Result Code received.
Return Value
Type: 
StringReturns a human-readable web service error description.
 See Also
See Also