SmartDeviceException Class

Covers the exception cases in unmanaged COM layer.

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

Syntax

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

Inheritance Hierarchy

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

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

SmartDeviceException Members

Microsoft.SmartDevice.Connectivity Namespace