Click or drag to resize
HelperCheckCondition Method
Overload List
  NameDescription
Public methodStatic memberCheckCondition(Boolean)
Confirms that a condition is true. Raise an exception if it is not.
Public methodStatic memberCheckConditionT(Boolean)
Confirms that a condition is true. Raise an exception of type T if it is not.
Public methodStatic memberCheckCondition(Boolean, FuncString)
Confirms that a condition is true. Raise an exception if it is not.
Public methodStatic memberCheckConditionT(Boolean, FuncString)
Confirms that a condition is true. Raise an exception if it is not.
Public methodStatic memberCheckCondition(Boolean, String)
Confirms that a condition is true. Raise an exception if it is not.
Public methodStatic memberCheckConditionT(Boolean, String)
Confirms that a condition is true. Raise an exception of type T if it is not.
Public methodStatic memberCheckCondition(Boolean, String, Object)
Confirms that a condition is true. Raise an exception if it is not.
Public methodStatic memberCheckConditionT(Boolean, String, Object)
Confirms that a condition is true. Raise an exception if it is not.
Top
See Also