IProjectService.CreateProject Method (String, Nullable<Guid>) |
Namespace: Dundas.BI.FileSystem
Exception | Condition |
---|---|
ArgumentException | name is null, empty, only consists of whitespace, or contains invalid characters. -or- tenantId is Empty. |
ArgumentOutOfRangeException | name is longer than MaxNameLength. |
DuplicateItemException | A project with the specified name already exists. |
NotFoundException | The specified tenant was not found. |
NoPrivilegeException | The caller is not a system administrator. |
InvalidSessionException | The caller context is not associated with a valid session. |