C# Класс Kajabity.Tools.Java.ParseException

An exception thrown by JavaPropertyReader when parsing a properties stream.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Construct an exception with an error message.

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

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

Construct an exception with an error message.
public ParseException ( string message ) : System
message string A descriptive message for the exception
Результат System