ParseResultFromCanceled Method

Creates a ParseResult instance that represents canceled parsing.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public static ParseResult FromCanceled(
	string argumentName
)

Parameters

argumentName  String
The name of the argument that canceled parsing.

Return Value

ParseResult
An instance of the ParseResult structure.

Exceptions

ArgumentNullExceptionargumentName is .

See Also