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