Provides data for the DaqWarning event.

Derives from

  • EventArgs
  • ISerializable

Syntax

Namespace: NationalInstruments.DAQmx

public class DaqWarningEventArgs : EventArgs, ISerializable

Remarks

Note

Example applications are located in the <Public Documents>\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National Instruments»NI-DAQmx»NI-DAQmx Examples.

Thread Safety

All members of this type are safe for multithreaded operations.

Properties

NameDescription
Error

Gets the NI-DAQmx driver code for the warning that occurred. Zero means no warning occurred.

Message

Gets a message that describes the warning.

Methods

NameDescription
ToString()

Returns a string representation of the object.

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.