SharpCvsLib

CvsRootParseException Constructor (String)

Indicate that an invalid cvsroot has been passed into the library.

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

Parameters

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

See Also

CvsRootParseException Class | ICSharpCode.SharpCvsLib.Misc Namespace | CvsRootParseException Constructor Overload List