我被宣布为:
[Test]
[ExpectedException(typeof(FaultException<ArgumentException>))]
public void ShouldNotBeAbleToDeleteASystemList()
在2008年VS-3中,当我以3.5.net为对象时,由于该例外被推翻,所有工作罚款和检测通行证都是用的。
我已将解决办法移至2010年全球抽样调查,并将目标框架改变为4.0,而现在测试没有得出以下细节:
System.ServiceModel.FaultException`1[[System.ArgumentException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] was expected
当我向青少年发出实际信息时:
System.ServiceModel.FaultException`1[System.ArgumentException]: This is a system list and cannot be deleted (Fault Detail is equal to System.ArgumentException: Value does not fall within the expected range.).
我进行了检查,所有项目都以4.net为对象。
什么是错的?