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)
Syntaxpublic USBException(
	string message,
	Exception innerException
)
Public Sub New ( 
	message As String,
	innerException As Exception
)
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