AssessmentEndEventArgs.ErrorList Property

Applies To: Windows 8.1

The last error that occurred in processing the assessment, which is also the last error in the assessment error list.

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

Usage

'Usage
Dim instance As AssessmentEndEventArgs
Dim value As ReadOnlyCollection(Of AxeErrorInfo)

value = instance.ErrorList

Syntax

'Declaration
Public ReadOnly Property ErrorList As ReadOnlyCollection(Of AxeErrorInfo)
public ReadOnlyCollection<AxeErrorInfo> ErrorList { get; }
public:
property ReadOnlyCollection<AxeErrorInfo^>^ ErrorList {
    ReadOnlyCollection<AxeErrorInfo^>^ get ();
}
/** @property */
public ReadOnlyCollection<AxeErrorInfo> get_ErrorList ()
public function get ErrorList () : ReadOnlyCollection<AxeErrorInfo>

Property Value

Returns ReadOnlyCollection.

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

AssessmentEndEventArgs Class
AssessmentEndEventArgs Members
Microsoft.Assessments.Hosting Namespace