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