Hi Trying to write a rubust application based on NHibernate. When you do a operation like
session.save(item) a number of exception can be thrown from the framework. I think that it is a bad practice that just catch them with a general catch(Exception ex) clause. I would like to be more specific..... but. So.. where can I find information about wich exceptions that can be thrown from wich method in ISession. Is there documentation or some other way to find out this. //lg -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
