XmlElementConverter.GetDocumentOrThrow Method

Definition

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

Gets the XmlDocument that the current XmlElement belongs to.

XmlDocument GetDocumentOrThrow()

Gets the XmlDocument that the current XmlElement belongs to. If the document is null, throws an InvalidOperationException.

XmlDocument GetDocumentOrThrow()

See Also