| ExceptionsThrowIf Method |
[This is preliminary documentation and is subject to change.]
| 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.
|