CommandLineArgumentException(String, String, CommandLineArgumentErrorCategory) Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public CommandLineArgumentException(
	string? message,
	string? argumentName,
	CommandLineArgumentErrorCategory category
)
Public Sub New ( 
	message As String,
	argumentName As String,
	category As CommandLineArgumentErrorCategory
)
Dim message As String
Dim argumentName As String
Dim category As CommandLineArgumentErrorCategory
Dim instance As New CommandLineArgumentException(message, 
	argumentName, category)
public:
CommandLineArgumentException(
	String^ message, 
	String^ argumentName, 
	CommandLineArgumentErrorCategory category
)
Parameters
- message  String
 - The message that describes the error.
 - argumentName  String
 - The name of the argument that was invalid.
 - category  CommandLineArgumentErrorCategory
 - The category of this error.