C# Class Kajabity.Tools.Java.ParseException

An exception thrown by JavaPropertyReader when parsing a properties stream.
Inheritance: System.Exception
Exibir arquivo Open project: Kajabity/Kajabity-Tools

Public Methods

Method Description
ParseException ( string message ) : System

Construct an exception with an error message.

Method Details

ParseException() public method

Construct an exception with an error message.
public ParseException ( string message ) : System
message string A descriptive message for the exception
return System