C# Class Fusion.Core.Shell.CommandLineParserException

Inheritance: System.Exception
Mostrar archivo Open project: demiurghg/FusionEngine

Public Methods

Method Description
CommandLineParserException ( ) : System
CommandLineParserException ( string message ) : System
CommandLineParserException ( string message, Exception inner ) : System

Method Details

CommandLineParserException() public method

public CommandLineParserException ( ) : System
return System

CommandLineParserException() public method

public CommandLineParserException ( string message ) : System
message string
return System

CommandLineParserException() public method

public CommandLineParserException ( string message, Exception inner ) : System
message string
inner System.Exception
return System