如何找到哪个控制器/动作发生错误?
例如:
var actionMethod = new StackTrace(exception) .GetFrames().FirstOrDefault(f => typeof(IController).IsAssignableFrom(f.GetMethod().DeclaringType) ).GetMethod();