C# Класс YAML.ParseException

Exception class for YAML parse errors.
Наследование: System.Exception
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FileName string
Line int

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

Метод Описание
ParseException ( string msg, Exception inner, string fileName, int line ) : System

Constructs an instance of a ParseException wrapping an inner exception.

ParseException ( string msg, string fileName, int line ) : System

Constructs an instance of a ParseException

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

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

Constructs an instance of a ParseException wrapping an inner exception.
public ParseException ( string msg, Exception inner, string fileName, int line ) : System
msg string
inner System.Exception
fileName string
line int
Результат System

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

Constructs an instance of a ParseException
public ParseException ( string msg, string fileName, int line ) : System
msg string
fileName string
line int
Результат System

Описание свойств

FileName публичное свойство

public string FileName
Результат string

Line публичное свойство

public int Line
Результат int