How to use [ExceptedException] in testcase?
I have added this [ExceptedException] under [Test] and run the case:
-> if case succees, NUnit shows it fails: Test_try: An Exception was excepted
-> if case fails, NUnit shows also it fails and I am happy

But if I remove the [ExceptedException]
-> if case succees, NUnit shows it succees and I am happy

-> if case fails, NUnit shows it succees and I amnot happy

Is there some very simple example how to use this [ExceptedException]?
Should the be added some ".Throw" stuff?