DaqException(string)
- Updated2026-02-03
- 1 minute(s) read
Initializes a new instance of the DaqException class with the specified error message.
Syntax
Namespace: NationalInstruments.DAQmx
public DaqException(string message)
Remarks
NI-DAQmx Driver Error Codes
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message that explains the cause of the exception. |