| LicenseErrorToString Method | 
Gets a human-readable description of the error (exactly the same as the value given by the ErrorString property).
 
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
 Syntax
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
Type: 
StringReturns the human-readable description of the error (exactly the same as the value given by the ErrorString property).
 See Also
See Also