Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowNotAtElement()

void System.Runtime.Serialization.XmlReaderDelegator.ThrowNotAtElement ( )
inlineprivateinherited

Definition at line 516 of file XmlReaderDelegator.cs.

517 {
518 throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(System.SR.Format(System.SR.XmlStartElementExpected, "EndElement")));
519 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string XmlStartElementExpected
Definition SR.cs:316
Definition SR.cs:7

References System.SR.Format(), System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(), System.Xml.XmlException, and System.SR.XmlStartElementExpected.

Referenced by System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsBase64(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsBoolean(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsDateTime(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsDecimal(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsDouble(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsFloat(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsGuid(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsInt(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsLong(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsString(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsTimeSpan(), System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsUnsignedLong(), and System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsUri().