| ExceptionsThrowIf Method | 
[This is preliminary documentation and is subject to change.]
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | ThrowIfTException(Boolean) | 
            Specifies a condition and throws an exception with the provided message if the condition is true.
             | 
|   | ThrowIfTException(Boolean, Object) | 
            Specifies a condition and throws an exception with the provided message if the condition is true.
             | 
|   | ThrowIfTException(Boolean, String) | 
            Specifies a condition and throws an exception with the provided message if the condition is true.
             | 
|   | ThrowIfTException(Boolean, String, String) | 
            Specifies a condition and throws an exception with the provided message if the condition is true.
             | 
 See Also
See Also