Click or drag to resize

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)
Syntax
public USBException(
	string message
)

Parameters

message
Type: SystemString
The message describing the exception
See Also