Click or drag to resize

CommandLineArgumentException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CommandLineArgumentException class with serialized data.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
protected CommandLineArgumentException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the CommandLineArgumentException being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
See Also