System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.ThrowNotAtElement C# (CSharp) 메소드

ThrowNotAtElement() 개인적인 메소드

private ThrowNotAtElement ( ) : void
리턴 void
        private void ThrowNotAtElement()
        {
            throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.Format(SR.XmlStartElementExpected, "EndElement")));
        }
XmlReaderDelegator.XmlReaderDelegator