CollectionNotInitializedException Class

The exception that is thrown when the client object collection is not properly initialized.

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      System.InvalidOperationException
        Microsoft.SharePoint.Client.CollectionNotInitializedException

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class CollectionNotInitializedException _
    Inherits InvalidOperationException
'Usage
Dim instance As CollectionNotInitializedException
[SerializableAttribute]
public sealed class CollectionNotInitializedException : InvalidOperationException

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

CollectionNotInitializedException Members

Microsoft.SharePoint.Client Namespace