CommandLine
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
CommandLine.NamedError Class Reference

Base type of all erros with name information. More...

Inheritance diagram for CommandLine.NamedError:
CommandLine.Error CommandLine.BadFormatConversionError CommandLine.MissingRequiredOptionError CommandLine.MissingValueOptionError CommandLine.MutuallyExclusiveSetError CommandLine.SequenceOutOfRangeError

Public Member Functions

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

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

Base type of all erros with name information.

Member Function Documentation

override bool CommandLine.NamedError.Equals ( object  obj)
inline

Determines whether the specified System.Object is equal to the current System.Object.

Parameters
objThe System.Object to compare with the current System.Object.
Returns
true

if the specified System.Object is equal to the current System.Object; otherwise,

false

.

bool CommandLine.NamedError.Equals ( NamedError  other)
inline

Returns a value that indicates whether the current instance and a specified CommandLine.NamedError have the same value.

Parameters
otherThe CommandLine.NamedError instance to compare.
Returns
true

if this instance of CommandLine.NamedError and other have the same value; otherwise,

false

.

override int CommandLine.NamedError.GetHashCode ( )
inline

Serves as a hash function for a particular type.

A hash code for the current System.Object.

Property Documentation

NameInfo CommandLine.NamedError.NameInfo
get

Name information relative to this error instance.


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