USBException Constructor (String) |
Constructs a new USBException with the given message
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic USBException(
string message
)
Public Sub New (
message As String
)
public:
USBException(
String^ message
)
Parameters
- message
- Type: SystemString
The message describing the exception
See Also