Parameters
- path
- Category path (use '\' as separator to split sub-categories).
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.ArgumentException | Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property. |
LibraryCategory category = new UserCategory("Parts");
LibraryCategory category = new UserCategory(@"Parts\CategoryA");