Represents errors that occur during the execution of the Wiimote library

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
[SerializableAttribute]
public class WiimoteException : ApplicationException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class WiimoteException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class WiimoteException : public ApplicationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      Bespoke.Common.Wiimote..::.WiimoteException

See Also