Overload List

  NameDescription
Throws<(Of <(TExpectedException, TExpectedInnerException>)>)(Action)
Verifies that a block of code throws an exception of a particular type; and that the exception has an inner exception of a particular type.
Throws<(Of <(TExpectedException>)>)(Action)
Verifies that a block of code throws an exception of a particular type.
Throws(Type, Action)
Verifies that a block of code throws an exception of a particular type.
Throws<(Of <(TExpectedException, TExpectedInnerException>)>)(Action, String, array<Object>[]()[])
Verifies that a block of code throws an exception of a particular type; and that the exception has an inner exception of a particular type.
Throws<(Of <(TExpectedException>)>)(Action, String, array<Object>[]()[])
Verifies that a block of code throws an exception of a particular type.
Throws(Type, Type, Action)
Verifies that a block of code throws an exception of a particular type; and that the exception has an inner exception of a particular type.
Throws(Type, Action, String, array<Object>[]()[])
Verifies that a block of code throws an exception of a particular type.
Throws(Type, Type, Action, String, array<Object>[]()[])
Verifies that a block of code throws an exception of a particular type; and that the exception has an inner exception of a particular type.

See Also