NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqException.GetObjectData Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqException.GetObjectData Method
Sets the SerializationInfo object with information about the exception.

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

Syntax

public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Public Overrides Sub GetObjectData ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
Contextual information about the source or destination.

Implements

_ExceptionGetObjectData(SerializationInfo, StreamingContext)

See Also

Log in to get a better experience