Exceptions Class |
[This is preliminary documentation and is subject to change.]
Namespace: VRage
public static class Exceptions
The Exceptions type exposes the following members.
Name | Description | |
---|---|---|
ThrowAllTException |
Specifies a conditions and throws an exception with the provided message if all conditions are true.
| |
ThrowAnyTException |
Specifies a conditions and throws an exception with the provided message if any of the conditions is true.
| |
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.
|