C# Class DirectX.Capture.DeviceInUseException

Exception thrown when the device cannot be rendered or started.
Inheritance: System.SystemException
Mostrar archivo Open project: RejectKid/MTG-Scanner

Public Methods

Method Description
DeviceInUseException ( string deviceName, int hResult ) : System

Method Details

DeviceInUseException() public method

public DeviceInUseException ( string deviceName, int hResult ) : System
deviceName string
hResult int
return System