public void DeleteElements( IList<ElementId> idsToDelete )
| Exception | Condition |
|---|---|
| ArgumentException | Resolution of the failures by deleting idsToDelete is not permitted |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |