PropertyInvalidExceptionValidateGreaterThanZero Method (Double, String, String) |
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void ValidateGreaterThanZero(
double value,
string propertyName,
string exceptionMessage
)
Public Shared Sub ValidateGreaterThanZero (
value As Double,
propertyName As String,
exceptionMessage As String
)
public:
static void ValidateGreaterThanZero(
double value,
String^ propertyName,
String^ exceptionMessage
)
static member ValidateGreaterThanZero :
value : float *
propertyName : string *
exceptionMessage : string -> unit
Parameters
- value
- Type: SystemDouble
The property value. - propertyName
- Type: SystemString
The name of the property. - exceptionMessage
- Type: SystemString
The message to use when throwing the exception.
Exceptions See Also