PropertyInvalidExceptionValidateGreaterThanZero Method (Int32, 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(
int value,
string propertyName
)
Public Shared Sub ValidateGreaterThanZero (
value As Integer,
propertyName As String
)
public:
static void ValidateGreaterThanZero(
int value,
String^ propertyName
)
static member ValidateGreaterThanZero :
value : int *
propertyName : string -> unit
Parameters
- value
- Type: SystemInt32
The property value. - propertyName
- Type: SystemString
The name of the property.
Exceptions See Also