at com.shephertz.app42.paas.sdk.csharp.util.Util.ThrowExceptionIfNullOrBlank

0 votes

I call this function but data could not inserted into storage and get exception 

 " at com.shephertz.app42.paas.sdk.csharp.util.Util.ThrowExceptionIfNullOrBlank (System.Object param, System.String paramName) [0x00000] in <filename unknown>:0 "
 

public void InsertDocument()
        {
            
            JSONClass json = new JSONClass();
            json.Add ("testkey" , "key");
            storageService.InsertJSONDocument (dbName, collectionName, json, new Callback ());
            print ("call back");
        }

closed with the note: solved
asked Jun 15, 2017 in Android by ommziunity02 (11 points)
closed Jun 15, 2017 by ommziunity02
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...