Partager via


JobEndEventArgs.ErrorList Property

Applies To: Windows 8.1

The value of the last error that occurred in processing the job.

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

Usage

'Usage
Dim instance As JobEndEventArgs
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

JobEndEventArgs Class
JobEndEventArgs Members
Microsoft.Assessments.Hosting Namespace