AmbiguousPrefixAliasExceptionGetObjectData Method

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

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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