NUnit.Framework.Constraints.ThrowsOperator
Operator that tests that an exception is thrown and
optionally applies further tests to the exception.
namespace NUnit.Framework.Constraints
{
public class ThrowsOperator : SelfResolvingOperator
{
public ThrowsOperator();
}
}