C# Класс ParseException, SRPGCK

Failed to parse the theme JSON (either bad json, or missing required fields)
Наследование: Exception
Показать файл Открыть проект Примеры использования класса

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

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