C# 클래스 Crisis.CommandLine.ErrorInfo

Represents an error generated by the CommandLineParser
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator

공개 메소드들

메소드 설명
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