SharpCvsLib

CvsFileNotFoundException Constructor (String, Exception)

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, _
   ByVal e As Exception _
)
[C#]
public CvsFileNotFoundException(
   string fullPath,
   Exception e
);

Parameters

fullPath
The full path to the cvs management file.
e
An exception that has caused this error, or has led to this error.

See Also

CvsFileNotFoundException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | CvsFileNotFoundException Constructor Overload List