DeviceNotFoundException Class

PPJoy

Represents an error that occurs when trying to obtain a reference to a PPJoy Device that does not exist.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public Class DeviceNotFoundException _
	Inherits PPJoyException
C#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public class DeviceNotFoundException : PPJoyException
Visual C++
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
public ref class DeviceNotFoundException : public PPJoyException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      PPJoy..::.PPJoyException
        PPJoy..::.DeviceNotFoundException

See Also