CommandLineArgumentExceptionGetObjectData Method

Note: This API is now obsolete.
Sets the SerializationInfo object with the argument name and additional exception information.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
[ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The object that holds the serialized object data.
context  StreamingContext
The contextual information about the source or destination.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

Exceptions

See Also