System.Xml.XmlBaseReader.ResolveEntity C# (CSharp) Method

ResolveEntity() public method

public ResolveEntity ( ) : void
return void
        public override void ResolveEntity()
        {
            throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.Format(SR.XmlInvalidOperation)));
        }