C# Class Hourglass.CommandLineArguments.ParseException

Inheritance: System.Exception
Afficher le fichier Open project: Dziemborowicz/Hourglass

Méthodes publiques

Méthode Description
ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

Method Details

ParseException() public méthode

Initializes a new instance of the ParseException class.
public ParseException ( string message ) : System
message string The message that describes the error.
Résultat System