Is there an event to catch all unhandled exceptions in Blazor Server?
AppDomain.CurrentDomain.UnhandledException isn't working because all exceptions are technically "handled" by SignalR closing the circuit. Is there an alternative event or other way to catch those exceptions anyway?