C# 클래스 ParseException, SRPGCK

Failed to parse the theme JSON (either bad json, or missing required fields)
상속: Exception
파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 메소드들

메소드 설명
ParseException ( int line, int column, string error ) : System

Constructs a new error at the given line number and position of the input.

ParseException ( string error ) : System

Constructs a new parse error.

ToString ( ) : string

Returns a string representation describing the parse error.

메소드 상세

ParseException() 공개 메소드

Constructs a new error at the given line number and position of the input.
public ParseException ( int line, int column, string error ) : System
line int The line number of the error.
column int The column position of the error.
error string A description of the error.
리턴 System

ParseException() 공개 메소드

Constructs a new parse error.
public ParseException ( string error ) : System
error string A description of the error.
리턴 System

ToString() 공개 메소드

Returns a string representation describing the parse error.
public ToString ( ) : string
리턴 string