CommandLineArgumentException(SerializationInfo, StreamingContext) Constructor
Note: This API is now obsolete.
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.")]
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.