I am facing the famous \'Incorrect syntax\' while using a THROW statement in a T-SQL stored procedure. I have Googled it and checked the questions on StackOverf
THROW
Try with this:
RAISERROR('your message here',16,1)