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