C# Class SimpleMigrations.Console.HelpNeededException

Throw this from a SubCommand to show help to the user
Inheritance: System.Exception
ファイルを表示 Open project: canton7/SimpleMigrations

Public Methods

Method Description
HelpNeededException ( ) : System

Instantiates a new instance of the HelpNeededException class

Method Details

HelpNeededException() public method

Instantiates a new instance of the HelpNeededException class
public HelpNeededException ( ) : System
return System