ParseResultFromException Method

Creates a ParseResult instance that represents a parsing error.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public static ParseResult FromException(
	CommandLineArgumentException exception
)

Parameters

exception  CommandLineArgumentException
The exception that occurred during parsing.

Return Value

ParseResult
An instance of the ParseResult structure.

Exceptions

ArgumentNullExceptionexception is .

See Also