System.Xml.Tests.CLoadStringTest.LoadUrl5 C# (CSharp) Méthode

LoadUrl5() private méthode

private LoadUrl5 ( ) : void
Résultat void
        public void LoadUrl5()
        {
            try
            {
                LoadXSL("\\\\", InputType.URI);
            }
            catch (System.ArgumentException)
            {
                // System.Xml.XmlUrlResolver.ResolveUri(Uri baseUri, String relativeUri) throws ArgumentException
                return;
            }
            _output.WriteLine("Exception not generated for non-existent file parameter name");
            Assert.True(false);
        }