EGL1834E A null reference was pushed onto the stack.

Explanation

A function was called a function from a native library and one of the arguments passed to the function is a blob, clob, or any with value of null.

User Response

Correct the code so that a null value is not passed.


Feedback