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