AxeException.ErrorList Property
Applies To: Windows 8.1
A collection of the errors in the assessment error list.
Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As AxeException
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
AxeException Class
AxeException Members
Microsoft.Assessments Namespace