我有一种方法可以分配物体,然后最终释放。 在这两种方法之间,使用另一种可能产生例外的方法,而采用我的方法可能会使例外情形陷入。 如果发生这种情况,该物体将永远不会被释放(或是否会释放)。 我如何防止这种情况发生?
Is there a better way to handle exceptions that occur inside an Action Filter itself in ASP .NET MVC? There re 2 ways I can think of at the moment. Using a try catch and setting the HTTP Status ...