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

LoadUrl2() private méthode

private LoadUrl2 ( ) : void
Résultat void
        public void LoadUrl2()
        {
            try
            {
                LoadXSL(szEmpty, InputType.URI);
            }
            catch (System.ArgumentException)
            {
                // System.Xml.XmlUrlResolver.ResolveUri(Uri baseUri, String relativeUri) throws ArgumentException
                return;
            }
            _output.WriteLine("Exception not generated for an empty string filename");
            Assert.True(false);
        }