Accord.DeviceErrorException.DeviceErrorException C# (CSharp) Method

DeviceErrorException() public method

Initializes a new instance of the DeviceErrorException class.
public DeviceErrorException ( ) : System
return System
        public DeviceErrorException() :
            base() { }

Same methods

DeviceErrorException::DeviceErrorException ( SerializationInfo info, StreamingContext context ) : System
DeviceErrorException::DeviceErrorException ( string message ) : System
DeviceErrorException::DeviceErrorException ( string message, Exception innerException ) : System
DeviceErrorException