Click or drag to resize

USBException Class

Exception used by WinUSBNet to indicate errors. This is the main exception to catch when using the library.
Inheritance Hierarchy
SystemObject
  SystemException
    MadWizard.WinUSBNetUSBException

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class USBException : Exception

The USBException type exposes the following members.

Constructors
  NameDescription
Public methodUSBException(String)
Constructs a new USBException with the given message
Public methodUSBException(String, Exception)
Constructs a new USBException with the given message and underlying exception that caused the USBException.
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
See Also