C# Class Kajabity.Tools.Java.ParseException

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

Méthodes publiques

Méthode Description
ParseException ( string message ) : System

Construct an exception with an error message.

Method Details

ParseException() public méthode

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