System.Xml.XmlBaseWriter.ThrowClosed C# (CSharp) Méthode

ThrowClosed() protected méthode

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