SimpleElementSimpleElementAttributesAdd Method |
Namespace: Tangosol.Run.Xml
public virtual void Add( Object key, Object value )
Exception | Condition |
---|---|
ArgumentException | An element with the same key already exists in the dictionary. |
ArgumentNullException | Key is null. |
ArgumentException | Key is not string, or it is not a valid attribute name, or value is not IXmlValue. |
InvalidOperationException | Parent SimpleElement is not mutable. |