PlatformNotFoundException Class

Thrown when the platform cannot be found.

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

Syntax

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

Inheritance Hierarchy

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

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

PlatformNotFoundException Members

Microsoft.SmartDevice.Connectivity Namespace