UsbError Class

LibUsbDotNet

LibUsbDotNet 2.2.8 UsbError Class
Library ReferenceLibUsbDotNetUsbError
LibUsbDotNet on SourceForge
Describes a Usb error or setup API error.
Declaration Syntax
C# Visual Basic Visual C++
public class UsbError : EventArgs
Public Class UsbError _
	Inherits EventArgs
public ref class UsbError : public EventArgs
Members
All Members Methods Properties



Icon Member Description
Description
Gets the general description for the error.

ErrorCode
Gets the general errorcode.

Sender
The sender of the exception.

ToString()()()()
Returns a String that represents the current UsbError.
(Overrides Object.ToString()()()().)
Win32ErrorNumber
Gets the Windows specific error number. Only valid when ErrorCode is set to ErrorCode.Win32Error.

Win32ErrorString
Gets the Windows specific error string. Only valid when ErrorCode is set to ErrorCode.Win32Error.

Inheritance Hierarchy
Object
EventArgs
  UsbError

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)