SimpleElementAddElement Method |
Namespace: Tangosol.Run.Xml
public virtual IXmlElement AddElement( string name )
Exception | Condition |
---|---|
ArgumentException | If the name is null or if the name is not a legal XML tag name. |
InvalidOperationException | If this element is immutable or otherwise can not add a child element. |