C# Класс ComponentFactory.Quicksilver.Binding.ParseException

Exception indicating error parsing an input string.
Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
ParseException ( int index, string message ) : System

Initialize a new instance of the ParseException instance.

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

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

Initialize a new instance of the ParseException instance.
public ParseException ( int index, string message ) : System
index int Index of character position associated with error.
message string Error message.
Результат System