DeviceNotConnectedException 类

更新:2007 年 11 月

在未连接设备的情况下引发。

命名空间:  Microsoft.SmartDevice.Connectivity
程序集:  Microsoft.SmartDevice.Connectivity(在 Microsoft.SmartDevice.Connectivity.dll 中)

语法

声明
<SerializableAttribute> _
Public Class DeviceNotConnectedException _
    Inherits SmartDeviceException
用法
Dim instance As DeviceNotConnectedException
[SerializableAttribute]
public class DeviceNotConnectedException : SmartDeviceException
[SerializableAttribute]
public ref class DeviceNotConnectedException : public SmartDeviceException
public class DeviceNotConnectedException extends SmartDeviceException

继承层次结构

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

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

DeviceNotConnectedException 成员

Microsoft.SmartDevice.Connectivity 命名空间