I tried passing the content as sqltype=“nvarchar”, but It created another exception.
Then I read the article that you provided link to and replaced my DB connection properties to connect to database in ASCII mode instead of utf-8 mode, and It resolved the issue. Although it is converting UTF untranslatable characters to ? but exception is not raised, so comment got updated.
Thank you for quick reply and pointing me to solution of the problem