Overload List
| Name | Description | |
|---|---|---|
| ExpectAndThrow(String, Exception, Type) | 
            Expect 1 call from method, and mock throwing an exception
              | |
| ExpectAndThrow(String, Exception, Int32, Type) | 
            Expect a number of calls from method, and mock throwing an exception
              | 
See Also