AssessmentError Enumeration
Applies To: Windows 8.1
Specifies errors returned by the AssessmentEnd event.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As AssessmentError
Syntax
'Declaration
Public Enumeration AssessmentError
public enum AssessmentError
public enum class AssessmentError
public enum AssessmentError
public enum AssessmentError
Members
Member name | Description |
---|---|
AlreadyInit | The AxeInitAssessment function was called multiple times. The value of this member is -2147220992. |
EngineNotRunning | The assessment is attempting to use parts of the API that require the AXE engine to be running, but the engine is not running. The value of this member is -2147213310. |
InternalError | An unspecified internal error occurred within AXE. The value of this member is -2147220990. |
None | No error occurred. The value of this member is 0. |
ParameterConversionFailed | The conversion of a parameter from one type to another failed. The value of this member is -2147213312. |
ParameterNotFound | The assessment requested a parameter whose name is not present in the assessment manifest. The value of this member is -2147213304. |
UnknownWin32Error | An unknown error has occurred. The value of this member is -2147220989. |
Platforms
Development Platforms
Windows 8.1