我们正在使用C#语言开发一个Windows应用程序。
我们的窗口应用包括三层(建筑师、企业和数据接收层)。 在商业界,有一些公共(企业)方法,通过这些方法,企业部会传达有害的商业等级。 这些公共方法也有一些私人方法可以发挥所需的功能。 在数据Acess层中,有一些方法来自商业层面。
In this situatuion where should i wrte try-catch? a) In Business Layer Public methods b) In Busyness Layer Private methods c) In DataAccess Layer methods d) In UI methods from where Business methods are called.