C# Class CommandLine.ParseException

Exception thrown when there is an error parsing the command-line
Inheritance: System.Exception
Show file Open project: agardiner/hfmcmd Class Usage Examples

Public Methods

Method Description
ParseException ( string msg ) : System

Method Details

ParseException() public method

public ParseException ( string msg ) : System
msg string
return System