ProviderErrorInfoClientCollection class

Represents a collection of provider error information.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<ProviderErrorInfo>
        Microsoft.SharePoint.WorkManagement.Client.ProviderErrorInfoClientCollection

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.ProviderErrorInfoClientCollection", ServerTypeId := "{8d2243e2-6f6f-47f1-a0ca-97dba1d8aa25}")> _
Public NotInheritable Class ProviderErrorInfoClientCollection _
    Inherits ClientObjectCollection(Of ProviderErrorInfo)
'Usage
Dim instance As ProviderErrorInfoClientCollection
[ScriptTypeAttribute("SP.WorkManagement.OM.ProviderErrorInfoClientCollection", ServerTypeId = "{8d2243e2-6f6f-47f1-a0ca-97dba1d8aa25}")]
public sealed class ProviderErrorInfoClientCollection : ClientObjectCollection<ProviderErrorInfo>

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.

See also

Reference

ProviderErrorInfoClientCollection members

Microsoft.SharePoint.WorkManagement.Client namespace