PropertyInvalidExceptionValidateGreaterThanZero Method |
| Name | Description | |
|---|---|---|
| ValidateGreaterThanZero(Double, String) |
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
| |
| ValidateGreaterThanZero(Int32, String) |
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
| |
| ValidateGreaterThanZero(Double, String, String) |
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
| |
| ValidateGreaterThanZero(Int32, String, String) |
Validate that the given property value must be greater than zero, and throw PropertyInvalidException if it is not.
|