System.Data.Tests.ConstraintCollectionTest.RemoveExceptions C# (CSharp) Метод

RemoveExceptions() приватный Метод

private RemoveExceptions ( ) : void
Результат void
        public void RemoveExceptions()
        {
            Assert.Throws<IndexOutOfRangeException>(() => _table.Constraints.Remove(_table.Constraints[0]));
        }
    }