Compartilhar via


PropertyOrFieldNotInitializedException classe

A exceção que é lançada quando a propriedade ou o campo não foi inicializado corretamente.

Inheritance hierarchy

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class PropertyOrFieldNotInitializedException _
    Inherits InvalidOperationException
'Uso
Dim instance As PropertyOrFieldNotInitializedException
[SerializableAttribute]
public sealed class PropertyOrFieldNotInitializedException : InvalidOperationException

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

PropertyOrFieldNotInitializedException membros

Microsoft.SharePoint.Client namespace