XmlElementConverter.GetParentOrThrow Method

Definition

Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll

Gets the parent XmlNode of the current XmlElement.

XmlNode GetParentOrThrow()

Gets the parent XmlNode of the current XmlElement. If the parent is null, throws an InvalidOperationException.

XmlNode GetParentOrThrow()

See Also