DimensionMismatchException.GetObjectData Method

Note: This API is now obsolete.
Populates a SerializationInfo with the data needed to serialize the target object.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo to populate with data.
context  StreamingContext
The destination (see StreamingContext) for this serialization.

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Exceptions

SecurityException

The caller does not have the required permission.

See Also