System.Xml.Tests.CArgGetExtObj.GetExtObject2 C# (CSharp) Method

GetExtObject2() private method

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

            try
            {
                m_xsltArg.GetExtensionObject(null);
            }
            catch (System.ArgumentNullException)
            {
                return;
            }
            _output.WriteLine("ArgumentNullException not thrown for null namespace System.Xml.Tests");
            return;
        }