更新 : 2007 年 11 月
プロパティが見つからない場合のすべての例外を表します。
名前空間 : Microsoft.SmartDevice.Connectivity
アセンブリ : Microsoft.SmartDevice.Connectivity (Microsoft.SmartDevice.Connectivity.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Class PropertyNotFoundException _
Inherits DatastoreException
'使用
Dim instance As PropertyNotFoundException
[SerializableAttribute]
public class PropertyNotFoundException : DatastoreException
[SerializableAttribute]
public ref class PropertyNotFoundException : public DatastoreException
public class PropertyNotFoundException extends DatastoreException
解説
プロパティは、プラットフォームおよびデバイスで照会できます。
継承階層
System.Object
System.Exception
Microsoft.SmartDevice.Connectivity.SmartDeviceException
Microsoft.SmartDevice.Connectivity.DatastoreException
Microsoft.SmartDevice.Connectivity.PropertyNotFoundException
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。