HelperCheckCondition Method |
Name | Description | |
---|---|---|
![]() ![]() | CheckCondition(Boolean) |
Confirms that a condition is true. Raise an exception if it is not.
|
![]() ![]() | CheckConditionT(Boolean) |
Confirms that a condition is true. Raise an exception of type T if it is not.
|
![]() ![]() | CheckCondition(Boolean, FuncString) |
Confirms that a condition is true. Raise an exception if it is not.
|
![]() ![]() | CheckConditionT(Boolean, FuncString) |
Confirms that a condition is true. Raise an exception if it is not.
|
![]() ![]() | CheckCondition(Boolean, String) |
Confirms that a condition is true. Raise an exception if it is not.
|
![]() ![]() | CheckConditionT(Boolean, String) |
Confirms that a condition is true. Raise an exception of type T if it is not.
|
![]() ![]() | CheckCondition(Boolean, String, Object) |
Confirms that a condition is true. Raise an exception if it is not.
|
![]() ![]() | CheckConditionT(Boolean, String, Object) |
Confirms that a condition is true. Raise an exception if it is not.
|