SharpCvsLib

CommandLineParseException Constructor (String, Exception)

Create a new exception passing a message. The message should contain information that will make it easier to debug the problem that has occurred. In addition to the message the inner exception is passed in to preserve the stack trace.

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

Parameters

msg
Missing <param> documentation for msg
e
Missing <param> documentation for e

See Also

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