public virtual void Add( ConnectorSet connectors )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument connectors is null, or any connector in that collection is null. |
| ArgumentException | Throw when any of the input connectors have been already used, or when they don't share the same domain or system type as the system. |
| InvalidOperationException | Thrown when the operation failed. |
| ForbiddenForDynamicUpdateException | Thrown if this method is called during dynamic update. |