System.Xml.Tests.CArgAddParam.AddParam15 C# (CSharp) Method

AddParam15() private method

private AddParam15 ( ) : void
return void
        public void AddParam15()
        {
            m_xsltArg = new XsltArgumentList();

            try
            {
                m_xsltArg.AddParam("myArg1", szEmpty, null);
            }
            catch (System.ArgumentNullException)
            {
                return;
            }
            _output.WriteLine("System.ArgumentNullException not thrown for null object");
            Assert.True(false);
        }