System.Xml.XmlBaseWriter.StartContentAsync C# (CSharp) 메소드

StartContentAsync() 보호된 메소드

protected StartContentAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task
        protected async Task StartContentAsync()
        {
            await FlushElementAsync().ConfigureAwait(false);
            if (_depth == 0)
                throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.Format(SR.XmlIllegalOutsideRoot)));
        }