Click or drag to resize
HelpTextDefaultParsingErrorsHandler Method
Supplies a default parsing error handler implementation.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void DefaultParsingErrorsHandler(
	Object options,
	HelpText current
)

Parameters

options
Type: SystemObject
The instance that collects parsed arguments parsed and associates ParserStateAttribute to a property of type IParserState.
current
Type: X3Platform.CommandLine.TextHelpText
The HelpText instance.
See Also