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

LoadUrl3() private méthode

private LoadUrl3 ( ) : void
Résultat void
        public void LoadUrl3()
        {
            try
            {
                LoadXSL(".", InputType.URI);
            }
            catch (System.UnauthorizedAccessException)
            {
                return;
            }
            _output.WriteLine("Exception not generated for non-existent file parameter name");
            Assert.True(false);
        }