PropertyInvalidExceptionValidateNonNegative Method |
Name | Description | |
---|---|---|
ValidateNonNegative(Double, String) |
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
| |
ValidateNonNegative(Int32, String) |
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
| |
ValidateNonNegative(Double, String, String) |
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
| |
ValidateNonNegative(Int32, String, String) |
Validate that the given property value must be non-negative, and throw PropertyInvalidException if it is not.
|