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, set] |
Public Member Functions | |
ExpectedExceptionAttribute (Type type) | |