C# Class Deveel.Configuration.UnrecognizedOptionException

Inheritance: ParseException
Afficher le fichier Open project: deveel/deveel-cli

Méthodes publiques

Méthode Description
UnrecognizedOptionException ( string message ) : System
UnrecognizedOptionException ( string message, string option ) : System

Method Details

UnrecognizedOptionException() public méthode

public UnrecognizedOptionException ( string message ) : System
message string
Résultat System

UnrecognizedOptionException() public méthode

public UnrecognizedOptionException ( string message, string option ) : System
message string
option string
Résultat System