RFmx Instr DotNET

Table of Contents

RFmxException.GetObjectData Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxException.GetObjectData Method

RFmxExceptionGetObjectData Method

Gets the SerializationInfo with information about the exception.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

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

Parameters

info  SerializationInfo
Specifies the SerializationInfo that holds the serialized object data about the exception being thrown.
context  StreamingContext
Specifies the StreamingContext that contains contextual information about the source or destination.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
_ExceptionGetObjectData(SerializationInfo, StreamingContext)

See Also

Log in to get a better experience