CommandLineArgumentException(SerializationInfo, StreamingContext) Constructor
Note: This API is now obsolete.
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.")]
protected CommandLineArgumentException(
SerializationInfo info,
StreamingContext context
)
<ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New CommandLineArgumentException(info, context)
protected:
[ObsoleteAttribute(L"This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
CommandLineArgumentException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info SerializationInfo
- The SerializationInfo that holds the serialized object data about the exception being thrown.
- context StreamingContext
- The StreamingContext that contains contextual information about the source or destination.