SharpCvsLib

DuplicateEntryException Constructor (String)

Occurs if a duplicate entry has found it's way into the Entries file. This is an indication that something has corrupted the cvs repository.

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

Parameters

message
Additional information to pass on in the exception.

See Also

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