Gets the Device associated with the exception, if any.
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Parameters
- exception
- Type: SystemException
The exception to get the associated Device for.
Return Value
Type: DeviceThe associated Device, or null if none is associated with it.
See Also