System.Xml.XmlBaseWriter.ThrowClosed C# (CSharp) Method

ThrowClosed() protected method

protected ThrowClosed ( ) : void
return void
        protected void ThrowClosed()
        {
            throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.Format(SR.XmlWriterClosed)));
        }