Click or drag to resize

PropertyInvalidExceptionValidateNonNull Method

Overload List
  NameDescription
Public methodStatic memberValidateNonNull(Object, String)
Validate that the given property value must be non-null, and throw PropertyInvalidException if it is not.
Public methodStatic memberValidateNonNull(Object, String, String)
Validate that the given property value must be non-null, and throw PropertyInvalidException if it is not.
Top
See Also