CommandLineArgumentException(SerializationInfo, StreamingContext) Constructor
Note: This API is now obsolete.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
[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.