NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqException Constructor (String)

  • Updated2023-02-21
  • 1 minute(s) read
DaqException Constructor (String)
Initializes a new instance of the DaqException class with the specified error message.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public DaqException(
	string message
)
Public Sub New ( 
	message As String
)

Parameters

message
Type: SystemString
The error message that explains the cause of the exception.

See Also

Log in to get a better experience