Classe PropertyNotFoundException
Representa todas as exceções em cenários em que a propriedade não for encontrada.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (em Microsoft.SmartDevice.Connectivity.dll)
Sintaxe
<SerializableAttribute> _
Public Class PropertyNotFoundException _
Inherits DatastoreException
Dim instance As PropertyNotFoundException
[SerializableAttribute]
public class PropertyNotFoundException : DatastoreException
[SerializableAttribute]
public ref class PropertyNotFoundException : public DatastoreException
public class PropertyNotFoundException extends DatastoreException
Comentários
Propriedades podem ser consultadas em plataformas e dispositivos.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SmartDevice.Connectivity.SmartDeviceException
Microsoft.SmartDevice.Connectivity.DatastoreException
Microsoft.SmartDevice.Connectivity.PropertyNotFoundException
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.