DeviceNotConnectedException 클래스
업데이트: 2007년 11월
장치가 연결되어 있지 않은 경우 throw됩니다.
네임스페이스: 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) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.