This class represents Phidget related exceptions.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class PhidgetException : Exception
Visual Basic (Declaration)
Public Class PhidgetException _
	Inherits Exception
Visual C++
public ref class PhidgetException : public Exception

Remarks

All Phidget exceptions originate in the phidget21 C library. These exceptions can be thrown by most function in the library and cover such things as trying to access a Phidget before opening it, or before it is attached and ready to use, out of bounds Index and data values, and other less common problems.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Phidgets..::.PhidgetException

See Also