SharpCvsLib

CommandLineParseException Class

The command line parse exception is thrown when invalid parameters are passed into the parsing routine. The exception can then be caught in the main execution stream and allow the program to exit gracefully.

For a list of all members of this type, see CommandLineParseException Members.

System.Object
   Exception
      CommandLineParseException

[Visual Basic]
Public Class CommandLineParseException
Inherits Exception
[C#]
public class CommandLineParseException : Exception

Requirements

Namespace: ICSharpCode.SharpCvsLib.Console.Parser

Assembly: cvs (in cvs.exe)

See Also

CommandLineParseException Members | ICSharpCode.SharpCvsLib.Console.Parser Namespace