PPJoyException Class

PPJoy

PPJoyException is the base class Exception for all custom Exceptions that occur within the PPJoy wrapper.

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

Syntax

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

Inheritance Hierarchy

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

See Also