Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies errors returned in the AssessmentEndEvents event.
Syntax
enum AssessmentError {
AssessmentErrorNone = 0,
AssessmentErrorAlreadyInit = AXE_E_ALREADY_INIT,
AssessmentErrorInternalError = AXE_E_INTERNAL_ERROR,
AssessmentErrorUnknownWin32Error = AXE_E_WIN32_ERROR,
AssessmentErrorParameterConversionFailed = AXE_E_PARAM_CONVERSION_FAILED,
AssessmentErrorEngineNotRunning = AXE_E_PARAMETER_NOT_FOUND,
AssessmentErrorParameterNotFound = AXE_E_ENGINE_NOT_RUNNING
};
Constants
-
AssessmentErrorNone
-
No error occurred.
-
AssessmentErrorAlreadyInit
-
The AxeInitAssessment function was called multiple times.
-
AssessmentErrorInternalError
-
An unspecified internal error occurred within Axe.
-
AssessmentErrorUnknownWin32Error
-
An unknown error has occurred.
-
AssessmentErrorParameterConversionFailed
-
The conversion of a parameter from one type to another failed.
-
AssessmentErrorEngineNotRunning
-
The assessment is attempting to use parts of the API that require the Axe engine to be running, but it is not.
-
AssessmentErrorParameterNotFound
-
The assessment requested a parameter whose name is not present in the assessment manifest.
Remarks
Managed code uses the AssessmentError enumeration.
Requirements
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
| Header |
|