Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Ensures that the given value is not null or undefined; throws an exception otherwise.
Srch.U.ensureNotNullOrUndefined(value, context, methodName, paraName)
Parameters
value
The value to check.context
The context from which the check originated.methodName
The name of the method that initiated the check.paraName
The parameter name of the value to check.