System.Xml.XmlNullResolver.GetEntity C# (CSharp) Method

GetEntity() public method

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : Object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
return Object
        public override Object GetEntity(Uri absoluteUri, string role, Type ofObjectToReturn) {
            throw new XmlException(Res.Xml_NullResolver, string.Empty);
        }
    }
XmlNullResolver