C# 클래스 SmartFormat.Core.Parsing.ParsingErrorEventArgs

Supplies information about parsing errors.
상속: System.EventArgs
파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET

공개 메소드들

메소드 설명
GetParsingErrorText ( ) : string

Gets the string representation of the ParsingError enum.

비공개 메소드들

메소드 설명
ParsingErrorEventArgs ( string rawText, int startIndex, int endIndex, Parser parsingError, bool ignoreError )

메소드 상세

GetParsingErrorText() 공개 메소드

Gets the string representation of the ParsingError enum.
public GetParsingErrorText ( ) : string
리턴 string