C# Class USBHIDTest.HIDDeviceException

Generic HID device exception
Inheritance: System.ApplicationException
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GenerateWithWinError ( string strMessage ) : HIDDeviceException
HIDDeviceException ( string strMessage ) : System

Method Details

GenerateWithWinError() public static method

public static GenerateWithWinError ( string strMessage ) : HIDDeviceException
strMessage string
return HIDDeviceException

HIDDeviceException() public method

public HIDDeviceException ( string strMessage ) : System
strMessage string
return System