CommandLineArgumentExceptionCategory Property

Gets the category of this error.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public CommandLineArgumentErrorCategory Category { get; }

Property Value

CommandLineArgumentErrorCategory
One of the values of the CommandLineArgumentErrorCategory enumeration indicating the kind of error that occurred.

See Also