CommandLineArgumentException(SerializationInfo, StreamingContext) Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
protected CommandLineArgumentException(
SerializationInfo info,
StreamingContext context
)
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:
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.