C# Класс Crisis.CommandLine.ErrorInfo

Represents an error generated by the CommandLineParser
Показать файл Открыть проект

Открытые методы

Метод Описание
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 .

Приватные методы

Метод Описание
ErrorInfo ( ParseErrorCodes errorCode, string errorMessage, string optionName, string fileName, int line ) : System

Initializes a new instance of the ErrorInfo class.

Описание методов

Equals() публичный Метод

Determines whether the specified is equal to the current .
public Equals ( object obj ) : bool
obj object The to compare with the current .
Результат bool

GetHashCode() публичный Метод

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
Результат int

ToString() публичный Метод

Returns a that represents the current .
public ToString ( ) : string
Результат string