IProjectService.CleanUpProject Method
Namespace: NextDesign.Core.Runtime
Description
Cleans up the project.
Argument
Name | Type | Description |
---|---|---|
project | IProject | Project |
Return value
- void
Exception
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If project is specified as null |
Invalid operation | ExtensionInvalidOperationException | If the project has not been saved If a closed project is specified as project |
Not supported | ExtensionNotSupportedException | If the current edition of the application is not compatible |