C# Класс JsonFx.BuildTools.ParseException

Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
GetCompilerMessage ( ) : string
GetCompilerMessage ( bool isWarning ) : string
ParseException ( string message, string file, int line, int column ) : System
ParseException ( string message, string file, int line, int column, Exception innerException ) : System

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

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

public GetCompilerMessage ( ) : string
Результат string

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

public GetCompilerMessage ( bool isWarning ) : string
isWarning bool
Результат string

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

public ParseException ( string message, string file, int line, int column ) : System
message string
file string
line int
column int
Результат System

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

public ParseException ( string message, string file, int line, int column, Exception innerException ) : System
message string
file string
line int
column int
innerException System.Exception
Результат System