Click or drag to resize

PropertyInvalidExceptionValidateGreaterThanZero Method

Overload List
  NameDescription
Public methodStatic memberValidateGreaterThanZero(Double, String)
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateGreaterThanZero(Int32, String)
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateGreaterThanZero(Double, String, String)
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateGreaterThanZero(Int32, String, String)
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
Top
See Also