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: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
[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)