PropertyInvalidExceptionValidateNonZero Method (Double, 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 ValidateNonZero(
double value,
string propertyName
)
Public Shared Sub ValidateNonZero (
value As Double,
propertyName As String
)
public:
static void ValidateNonZero(
double value,
String^ propertyName
)
static member ValidateNonZero :
value : float *
propertyName : string -> unit
Parameters
- value
- Type: SystemDouble
The property value. - propertyName
- Type: SystemString
The name of the property.
Exceptions See Also