PropertyNotFoundException Class
Represents all exceptions in scenarios where the property is not found.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PropertyNotFoundException _
Inherits DatastoreException
'Usage
Dim instance As PropertyNotFoundException
[SerializableAttribute]
public class PropertyNotFoundException : DatastoreException
[SerializableAttribute]
public ref class PropertyNotFoundException : public DatastoreException
public class PropertyNotFoundException extends DatastoreException
Remarks
Properties can be queried in platforms and devices.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SmartDevice.Connectivity.SmartDeviceException
Microsoft.SmartDevice.Connectivity.DatastoreException
Microsoft.SmartDevice.Connectivity.PropertyNotFoundException
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.