C# Class LibUsbDotNet.UsbError

Describes a Usb error or setup API error.
Inheritance: System.EventArgs
Show file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a T:System.String that represents the current UsbError.

Private Methods

Method Description
Error ( ErrorCode errorCode, int ret, string description, object sender ) : UsbError
UsbError ( ErrorCode errorCode, int win32ErrorNumber, string win32ErrorString, string description, object sender ) : System

Method Details

ToString() public method

Returns a T:System.String that represents the current UsbError.
public ToString ( ) : string
return string