Share via


AssessmentExecutionError Enumeration

Applies To: Windows 8.1

An enumeration of errors that can occur when an assessment is run.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As AssessmentExecutionError

Syntax

'Declaration
Public Enumeration AssessmentExecutionError
public enum AssessmentExecutionError
public enum class AssessmentExecutionError
public enum AssessmentExecutionError
public enum AssessmentExecutionError

Members

Member name Description
Canceled The assessment was canceled. The value for this member is -2147217395.
CompletedWithError The assessment process started successfully and exited normally, but according to the assessment manifest, the exit code indicated that the assessment failed. The value for this member is -2147217397.
CouldNotFinish AXE encountered an error while waiting for the assessment process to finish. The value for this member is -2147217398.
CouldNotStart AXE could not start the assessment process. The value for this member is -2147217399.
Crashed The assessment crashed or caused a system reboot without first notifying AXE of an impending reboot. The value of this member is -2147217392.
None The assessment ran successfully. The value for this member is 0.
ResultsInvalid The assessment completed successfully, but there was an error processing the results files. The value for this member is -2147217396.
Terminated The assessment was terminated. The value for this member is -2147217393.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace