I have implemented CRUD methods for BCS using a .Net connector and I would like to manage custom error messages. For example I have to validate some data when a new item is created in the database. Right now my only option is to throw an exception in my creator method which shows an error to the user but without the exception details. I would like to be able to show a detailed error message to the user. How can I do this ?

link|improve this question

25% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.