DuplicateEntryException Constructor (String, Exception)
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, _
ByVal
e As
Exception _
)
Parameters
- message
- A message that will be helpful for someone
resolving the issue with the library.
- e
- An exception that has caused this error, or has
led to this error.
See Also
DuplicateEntryException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | DuplicateEntryException Constructor Overload List