customize error message for nhibernate -


When removing an entity in nhibernate, I get an exception with this error message:
column reference barrier Delete disputed statements as well. . ATC
Exceptional is wrapped in a long series of exceptions.

The error message is normal, but does I show the user a more submissive error message to nhibernate ?? In other words:
Is there a conference with which I can customize the exception?

I am using Oracle 11G data base.

Yes, to customize the exceptions you have thrown by NHibernate, ISQLExceptionConverter can apply

A complete example.


Comments