System.Xml.Tests.CLoadTest.LoadGeneric6 C# (CSharp) Method

LoadGeneric6() private method

private LoadGeneric6 ( ) : void
return void
        public void LoadGeneric6()
        {
            try
            {
                LoadXSL("IDontExist.xsl");
            }
            catch (System.IO.FileNotFoundException)
            {
                return;
            }
            _output.WriteLine("Exception not generated for non-existent file parameter name");
            Assert.True(false);
        }