Parameters
- srcProjectLinkFile
- Source project path
- dstProjectLinkFile
- Destination project path
- mode
- Copy mode
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when srcProjectLinkFile is null . |
System.ArgumentNullException | Thrown when dstProjectLinkFile is null . |
System.ArgumentException | Thrown when the source project does not exist |
ProjectCopyException | Thrown when project cannot be copied |
ProjectNeedsUpgradeException | Thrown when project srcProjectLinkFile has old database structure and needs to be upgraded. |
IncompatibleDatabaseException | Thrown when project srcProjectLinkFile has incompatible database structure and we can do nothing about it. |