Compartir a través de


Clase PropertyOrFieldNotInitializedException

Excepción que se produce cuando el campo o la propiedad no está correctamente inicializado.

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class PropertyOrFieldNotInitializedException _
    Inherits InvalidOperationException
'Uso
Dim instance As PropertyOrFieldNotInitializedException
[SerializableAttribute]
public sealed class PropertyOrFieldNotInitializedException : InvalidOperationException

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros PropertyOrFieldNotInitializedException

Espacio de nombres Microsoft.SharePoint.Client