Overload List

  NameDescription
ExpectAndThrow(String, Exception, array<Type>[]()[])
Expect 1 call from method, and mock throwing an exception
(Inherited from Mock.)
ExpectAndThrow(String, Exception, Int32, array<Type>[]()[])
Expect a number of calls from method, and mock throwing an exception
(Inherited from Mock.)

See Also