CvsFileNotFoundException Constructor (String)
Occurs if the cvs management file cannot be found in the given location
on the local filesystem.
[Visual Basic]Overloads Public Sub New( _
ByVal
fullPath As
String _
)
[C#]public CvsFileNotFoundException(
string fullPath);
Parameters
- fullPath
- The full path to the cvs management file.
See Also
CvsFileNotFoundException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | CvsFileNotFoundException Constructor Overload List