DatastoreException Class

Thrown when there is a problem related to the Datastore.

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

Syntax

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

Inheritance Hierarchy

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

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

DatastoreException Members

Microsoft.SmartDevice.Connectivity Namespace