18 lines
		
	
	
		
			No EOL
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
ArgumentNullException_ArgsStringArrayCannotBeNull = The arguments string array cannot be null.
 | 
						|
ArgumentNullException_OptionsInstanceCannotBeNull = The target options instance cannot be null.
 | 
						|
ArgumentNullException_ParserSettingsInstanceCannotBeNull = The command line parser settings instance cannot be null.
 | 
						|
ArgumentNullException_AttributeCannotBeNull = The attribute is mandatory.
 | 
						|
ArgumentNullException_PropertyCannotBeNull = The property is mandatory.
 | 
						|
CommandLineParserException_CannotCreateInstanceForVerbCommand = Instance defined for verb command could not be created.
 | 
						|
ArgumentException_NoWhiteSpaceOrLineTerminatorInShortName = shortName with whitespace or line terminator character is not allowed.
 | 
						|
ArgumentNullException_LongNameCannotBeNullWhenShortNameIsUndefined = The option must have short, long name or both.
 | 
						|
MemberAccessException_BadSignatureForHelpVerbOptionAttribute = {0} has an incorrect signature. Help verb command requires a method that accepts and returns a string.
 | 
						|
InvalidOperationException_DoNotUseShortNameForVerbCommands = Verb commands do not support short name by design.
 | 
						|
InvalidOperationException_DoNotSetRequiredPropertyForVerbCommands = Verb commands cannot be mandatory since are mutually exclusive by design.
 | 
						|
CommandLineParserException_IncompatibleTypes = The types are incompatible.
 | 
						|
InvalidOperationException_CopyrightInfoRequiresAssemblyCopyrightAttributeOrAssemblyCompanyAttribute = CopyrightInfo::Default requires that you define AssemblyCopyrightAttribute or AssemblyCompanyAttribute.
 | 
						|
ArgumentNullException_OnVerbDelegateCannotBeNull = Delegate executed to capture verb command instance reference cannot be null.
 | 
						|
ArgumentNullException_ParserSettingsDelegateCannotBeNull = The command line parser settings delegate cannot be null.
 | 
						|
InvalidOperationException_ParserSettingsInstanceCanBeUsedOnce = The command line parserSettings instance cannnot be used more than once.
 | 
						|
InvalidOperationException_ParserStateInstanceCannotBeNotNull = ParserState instance cannot be supplied.
 | 
						|
InvalidOperationException_ParserStateInstanceBadApplied = Cannot apply ParserStateAttribute to a property that does not implement IParserState or is not accessible. |