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 | |
---|---|---|
![]() ![]() | ThrowAll<TException> |
Specifies a conditions and throws an exception with the provided message if all conditions are true.
|
![]() ![]() | ThrowAny<TException> |
Specifies a conditions and throws an exception with the provided message if any of the conditions is true.
|
![]() ![]() | ThrowIf<TException>(Boolean) |
Specifies a condition and throws an exception with the provided message if the condition is true.
|
![]() ![]() | ThrowIf<TException>(Boolean,Object[]) |
Specifies a condition and throws an exception with the provided message if the condition is true.
|
![]() ![]() | ThrowIf<TException>(Boolean, String) |
Specifies a condition and throws an exception with the provided message if the condition is true.
|
![]() ![]() | ThrowIf<TException>(Boolean, String, String) |
Specifies a condition and throws an exception with the provided message if the condition is true.
|