AForge.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 ) { }
	}
DeviceErrorException