Exception Message
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i am working on three tier architecture. and i need to know when an exception is generated from database DAL just do nothing and roll it to the BLL.BLL accept it and its a webservice. now i want to save my Database exception error code that was sent from the Database because when webservice genrate a soap execption my object that was generated from database lost its values. how i can get only my error message from the system exception object. because the message is too big when it comes from DAL........ what u people suggest what i should do tu retain my values of system exeption to send then into the my presentation layer.