CommandLine
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
List of all members
CommandLine.MissingValueOptionError Class Reference

Models an error generated when an option lacks its value. More...

Inheritance diagram for CommandLine.MissingValueOptionError:
CommandLine.NamedError CommandLine.Error

Additional Inherited Members

- Public Member Functions inherited from CommandLine.NamedError
override bool Equals (object obj)
 Determines whether the specified System.Object is equal to the current System.Object. More...
 
override int GetHashCode ()
 Serves as a hash function for a particular type. More...
 
bool Equals (NamedError other)
 Returns a value that indicates whether the current instance and a specified CommandLine.NamedError have the same value. More...
 
- Public Member Functions inherited from CommandLine.Error
override bool Equals (object obj)
 Determines whether the specified System.Object is equal to the current System.Object. More...
 
override int GetHashCode ()
 Serves as a hash function for a particular type. More...
 
bool Equals (Error other)
 Returns a value that indicates whether the current instance and a specified CommandLine.Error have the same value. More...
 
- Properties inherited from CommandLine.NamedError
NameInfo NameInfo [get]
 Name information relative to this error instance. More...
 
- Properties inherited from CommandLine.Error
ErrorType Tag [get]
 Error type discriminator, defined as CommandLine.ErrorType enumeration. More...
 

Detailed Description

Models an error generated when an option lacks its value.


The documentation for this class was generated from the following file: