C# Class Crisis.CommandLine.ErrorInfo

Represents an error generated by the CommandLineParser
ファイルを表示 Open project: teeknofil/Crisis-Wordlist-Generator

Public Methods

Method 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

Method 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 method

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

GetHashCode() public method

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
return int

ToString() public method

Returns a that represents the current .
public ToString ( ) : string
return string