Sdílet prostřednictvím


PropertyNotFoundException-Klasse

Aktualisiert: November 2007

Stellt alle Ausnahmen in Szenarios dar, in denen die Eigenschaft nicht gefunden wird.

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

Syntax

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

Hinweise

Eigenschaften können in Plattformen und Geräten abgefragt werden.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.SmartDevice.Connectivity.SmartDeviceException
      Microsoft.SmartDevice.Connectivity.DatastoreException
        Microsoft.SmartDevice.Connectivity.PropertyNotFoundException

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

PropertyNotFoundException-Member

Microsoft.SmartDevice.Connectivity-Namespace