AmbiguousPrefixAliasException(String, String, ImmutableArrayString) Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public AmbiguousPrefixAliasException(
string? message,
string? argumentName,
ImmutableArray<string> possibleMatches
)
Public Sub New (
message As String,
argumentName As String,
possibleMatches As ImmutableArray(Of String)
)
Dim message As String
Dim argumentName As String
Dim possibleMatches As ImmutableArray(Of String)
Dim instance As New AmbiguousPrefixAliasException(message,
argumentName, possibleMatches)
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.