When you dont use try - catch and your code throws an exception, this is considered as unhandled exceptions. Refer the following URL to understand how Blazor handles unhandled exceptions.
To log the unhandled error, you can pass a custom error component as a cascading value to the child components. Refer the following to understand how you can do the same.
Hope this helps


