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.
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.
public DuplicateEntryException();
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.
public DuplicateEntryException(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.
public DuplicateEntryException(string,Exception);
DuplicateEntryException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace