CommandLineArgumentExceptionGetObjectData Method
Note: This API is now obsolete.
            Sets the 
SerializationInfo object with the
            argument name and additional exception information.
            
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
[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
)
<ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>
Public Overrides Sub GetObjectData ( 
	info As SerializationInfo,
	context As StreamingContext
)
Dim instance As CommandLineArgumentException
Dim info As SerializationInfo
Dim context As StreamingContext
instance.GetObjectData(info, context)
public:
[ObsoleteAttribute(L"This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override
- info  SerializationInfo
 - The object that holds the serialized object data.
 - context  StreamingContext
 - The contextual information about the source or destination.
 
ISerializableGetObjectData(SerializationInfo, StreamingContext)