SharpCvsLib

CommandLineParseException Constructor (String)

Create a new exception passing a message. The message should contain information that will make it easier to debug the problem that has occurred.

[Visual Basic]
Overloads Public Sub New( _
   ByVal msg As String _
)
[C#]
public CommandLineParseException(
   string msg
);

Parameters

msg
A useful message that will help a developer debug the problem that has occurred.

See Also

CommandLineParseException Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace | CommandLineParseException Constructor Overload List