NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqException Constructor (String, Exception)

  • Updated2023-02-21
  • 1 minute(s) read
DaqException Constructor (String, Exception)
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.

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

Syntax

public DaqException(
	string message,
	Exception inner
)
Public Sub New ( 
	message As String,
	inner As Exception
)

Parameters

message
Type: SystemString
The error message that explains the cause of the exception.
inner
Type: SystemException
The exception that caused this exception.

See Also

Log in to get a better experience