C# Class LitDev.Engines.HIDDeviceException

Inheritance: System.ApplicationException
Exibir arquivo Open project: litdev1/LitDev

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