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

LoadUrl() private méthode

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