C# Class Crisis.CommandLine.ErrorInfo

Represents an error generated by the CommandLineParser
Afficher le fichier Open project: teeknofil/Crisis-Wordlist-Generator

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified is equal to the current .

GetHashCode ( ) : int

Serves as a hash function for a particular type. is suitable for use in hashing algorithms and data structures like a hash table.

ToString ( ) : string

Returns a that represents the current .

Private Methods

Méthode Description
ErrorInfo ( ParseErrorCodes errorCode, string errorMessage, string optionName, string fileName, int line ) : System

Initializes a new instance of the ErrorInfo class.

Method Details

Equals() public méthode

Determines whether the specified is equal to the current .
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type. is suitable for use in hashing algorithms and data structures like a hash table.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : string
Résultat string