|
Enhanced C#
Language of your choice: library documentation
|
Marks a test that is expected to throw an exception of a particular type. The test fails if the expected exception is not thrown. More...
Marks a test that is expected to throw an exception of a particular type. The test fails if the expected exception is not thrown.
Properties | |
| Type | ExceptionType [get] |
Public Member Functions | |
| ExpectedExceptionAttribute (Type type) | |
1.8.17