Click or drag to resize

ExceptionExtensions Class

Adds functionality that is often used for unit testing to the Exception data type and its derived classes
Inheritance Hierarchy
SystemObject
  TestHelperExtensionsExceptionExtensions

Namespace:  TestHelperExtensions
Assembly:  CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntax
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberThrowIfT
Throws the specified exception if the predicate results in a true value based on the parameter supplied
Top
Remarks
This library is not intended for use as production code, but instead is intended to provide functionality in the test libraries for that production code.
See Also