C# Class SampleConsole.ThrowException

Inheritance: ConsoleCommand
Exibir arquivo Open project: jbtule/ManyConsole.CommandLineUtils

Public Properties

Property Type Description
Message string

Public Methods

Method Description
Run ( Array remainingArguments ) : int
ThrowException ( ) : System

Method Details

Run() public method

public Run ( Array remainingArguments ) : int
remainingArguments Array
return int

ThrowException() public method

public ThrowException ( ) : System
return System

Property Details

Message public_oe property

public string Message
return string