public LibraryCategory Category {get; set;}
public LibraryCategory Category {get; set;}
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. |
EPLAN.Harness.API.Exceptions.LibraryItemReadOnlyException | The exception is thrown in case of an attempt to modify a library item which is currently read-only. |
EPLAN.Harness.API.Exceptions.LibraryItemClosedException | The exception is thrown in case of an attempt to read or modify a library item which is currently closed. |