C# Class Fusion.Core.Shell.CommandLineParserException

Inheritance: System.Exception
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
CommandLineParserException ( ) : System
CommandLineParserException ( string message ) : System
CommandLineParserException ( string message, Exception inner ) : System

Method Details

CommandLineParserException() public méthode

public CommandLineParserException ( ) : System
Résultat System

CommandLineParserException() public méthode

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

CommandLineParserException() public méthode

public CommandLineParserException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System