Click or drag to resize

PropertyInvalidExceptionValidateNonNegative Method

Overload List
  NameDescription
Public methodStatic memberValidateNonNegative(Double, String)
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateNonNegative(Int32, String)
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateNonNegative(Double, String, String)
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateNonNegative(Int32, String, String)
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
Top
See Also