Click or drag to resize

USBException Constructor (String, Exception)

Constructs a new USBException with the given message and underlying exception that caused the USBException.

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public USBException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message describing the exception
innerException
Type: SystemException
The underlying exception causing the USBException
See Also