Skip to content

stefanvisma/BlazorWebAppErrorBoundary

Repository files navigation

BlazorWebAppErrorBoundary

This app is based on the Blazor Web App project template using Global Auto Interactive render mode.

The app demonstrates the use of the ErrorBoundary component for global error handling.

The project contains two pages using a button click event to load data fom the server. When throwing an exception on the server I expect that this should be caught and handled by the ErrorBoundary component as it does in the example when not using Ant components. However when data loading is triggered from an Ant button the exception never reaches the ErrorBoundary.

About

Blazor Web App using ErrorBoundary for global error handling

Topics

Resources

Stars

Watchers

Forks