It works for me. public class IndexModel : AbpPageModel { public void OnGet() { throw new Exception("test"); } } app.UseExceptionHandler(x => x ...
確定! 回上一頁