FolderRename |
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when newName is null |
| ArgumentException | Thrown when newName contains restricted characters Thrown when there's existing folder with the same name |
| InvalidOperationException | Thrown when it is a root folder (it is not allowed to rename root folder) |