Accord.DeviceErrorException.DeviceErrorException C# (CSharp) Method

DeviceErrorException() public method

Initializes a new instance of the DeviceErrorException class.
public DeviceErrorException ( string message ) : System
message string Exception's message.
return System
        public DeviceErrorException(string message) :
            base(message) { }

Same methods

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