AmbiguousPrefixAliasException(String, String, ImmutableArrayString) Constructor

Initializes a new instance of the AmbiguousPrefixAliasException class with the specified error message, argument name, and possible matches.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public AmbiguousPrefixAliasException(
	string? message,
	string? argumentName,
	ImmutableArray<string> possibleMatches
)

Parameters

message  String
The message that describes the error.
argumentName  String
The name of the argument that was invalid.
possibleMatches  ImmutableArrayString
An immutable array containing the possible matches.

See Also