System.Xml.Tests.CLoadReaderResolverEvidenceTest.LoadGeneric1 C# (CSharp) Method

LoadGeneric1() private method

private LoadGeneric1 ( ) : void
return void
        public void LoadGeneric1()
        {
            /*try
            {
                LoadXSL_Resolver_Evidence(null, new XmlUrlResolver(), null);
            }
            catch (System.ArgumentException)
            {
                // System.Xml.XmlUrlResolver.ResolveUri(Uri baseUri, String relativeUri) throws ArgumentException
                return;
            }
            _output.WriteLine("Did not throw an exception for null argument!");
            Assert.True(false);*/
        }