PropertyOrFieldNotInitializedException class

The exception that is thrown when the property or field is not properly initialized.

Inheritance hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class PropertyOrFieldNotInitializedException _
    Inherits InvalidOperationException
'Usage
Dim instance As PropertyOrFieldNotInitializedException
[SerializableAttribute]
public sealed class PropertyOrFieldNotInitializedException : 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

PropertyOrFieldNotInitializedException members

Microsoft.SharePoint.Client namespace