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

LoadGeneric1() private method

private LoadGeneric1 ( ) : void
return void
        public void LoadGeneric1()
        {
            try
            {
                LoadXSL(null);
            }
            catch (System.ArgumentException)
            {
                // System.Xml.XmlUrlResolver.ResolveUri(Uri baseUri, String relativeUri) throws System.ArgumentException here for null
                return;
            }
            _output.WriteLine("Exception not generated for null parameter name");
            Assert.True(false);
        }