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

◆ ReadContentAsString() [1/4]

override string System.Xml.XmlDictionaryReader.XmlWrappedReader.ReadContentAsString ( )
inlinevirtual

Reimplemented from System.Xml.XmlDictionaryReader.

Definition at line 345 of file XmlDictionaryReader.cs.

346 {
347 try
348 {
350 }
352 {
353 throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateConversionException("String", exception));
354 }
355 catch (FormatException exception2)
356 {
357 throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateConversionException("String", exception2));
358 }
359 }
virtual string ReadContentAsString()
Definition XmlReader.cs:286

References System.Xml.XmlDictionaryReader.XmlWrappedReader._reader, System.Xml.XmlExceptionHelper.CreateConversionException(), System.Xml.Dictionary, System.exception, System.Xml.XmlReader.ReadContentAsString(), and System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError().