DeviceNotConnectedException Class

Thrown in scenarios where the device is not connected.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DeviceNotConnectedException _
    Inherits SmartDeviceException
'Usage
Dim instance As DeviceNotConnectedException
[SerializableAttribute]
public class DeviceNotConnectedException : SmartDeviceException
[SerializableAttribute]
public ref class DeviceNotConnectedException : public SmartDeviceException
public class DeviceNotConnectedException extends SmartDeviceException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.SmartDevice.Connectivity.SmartDeviceException
      Microsoft.SmartDevice.Connectivity.DeviceNotConnectedException

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.

See Also

Reference

DeviceNotConnectedException Members

Microsoft.SmartDevice.Connectivity Namespace