SharpCvsLib

DuplicateEntryException Constructor

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.

Overload List

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);

See Also

DuplicateEntryException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace