在下面的例子中,我希望調用GetCustomAttributes
來拋出AmbiguousMatchException
,但它不。強制GetCustomAttributes拋出AmbiguousMatchException
[CompatibleCaste(typeof(KannadaVaishya))]
[CompatibleCaste(typeof(VaishyaVani))]
public class Vaishya : Caste { /* is not matter */ }
每MSDN ICustomAttributeProvider.GetCustomAttributes,它應該拋出一個AmbiguousMatchException
- 我怎麼能證明這一事實?
調用'GetCustomAttributes'的代碼是相關的;請發佈。 –
是不是選項 - 屬性構造函數中的數組不是CLOCK的依賴 –
@Austin Salonen 1分鐘前 - 是不相關的,我沒有得到異常,但需要如何獲得異常,是可能的嗎? –