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
Dim instance As Solution
Dim axeError As Integer
Dim returnValue As String
returnValue = instance.GetErrorText(axeError)
'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
- axeError
An HRESULT that was returned by the AXE API.
Returns String.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 8.1
Solution Class
Solution Members
Microsoft.Assessments.Hosting Namespace