Solution.GetErrorText Method
Applies To: Windows 8.1
Retrievse the text for a specified error code.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Solution
Dim axeError As Integer
Dim returnValue As String
returnValue = instance.GetErrorText(axeError)
Syntax
'Declaration
Public Function GetErrorText ( _
axeError As Integer _
) As String
public string GetErrorText (
int axeError
)
public:
String^ GetErrorText (
int axeError
)
public String GetErrorText (
int axeError
)
public function GetErrorText (
axeError : int
) : String
Parameters
- axeError
An HRESULT that was returned by the AXE API.
Return Value
Returns String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
Solution Class
Solution Members
Microsoft.Assessments.Hosting Namespace