17 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
188UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 397UnhandledException(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 423UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 457UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 482UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 506UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 526UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 556UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 593UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false)); 601UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 626UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 707UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 715UnhandledException?.Invoke(this, e); 854UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Circuits\CircuitRegistry.cs (3)
87circuitHost.UnhandledException += CircuitHost_UnhandledException; 313circuitHost.UnhandledException -= CircuitHost_UnhandledException; 398circuitHost.UnhandledException -= CircuitHost_UnhandledException;