I have a SQL CLR .NET stored procedure, I need to report back an error code
if something goes wrong, how would I do that in SQL CLR? I know RAISE ERROR
in T-SQL but is there a specific way to do it in SQL CLR Procedures? Also
how would I pick up the error raised in a .NET application? thanks!
