DeviceAlreadyExistsException Class

PPJoy

Represents an error that occurs when trying to create a PPJoy Device that already exists.

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

Syntax

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

Inheritance Hierarchy

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

See Also