BootstrapBlazorRoot标签的OnErrorHandleAsync,设置后没有任何效果 #3993
Unanswered
WeiJunFenYou
asked this question in
Q&A
Replies: 1 comment 2 replies
-
完整的复现代码在此https://github.com/WeiJunFenYou/BootstrapBlazor.UiBugTest |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<BootstrapBlazorRoot EnableErrorLogger="true" OnErrorHandleAsync="(logger,ex)=> SwalService.Show(new SwalOption() { Category = SwalCategory.Information, Title = ex.Message, })">
我设置了如上的自定义错误处理。但在发生异常后,页面没有产生任何错误弹窗。
Beta Was this translation helpful? Give feedback.
All reactions