17 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
170UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 372UnhandledException(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 398UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 432UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 457UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 481UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 501UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 531UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 568UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false)); 576UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 601UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 682UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 690UnhandledException?.Invoke(this, e); 801UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Circuits\CircuitRegistry.cs (3)
84circuitHost.UnhandledException += CircuitHost_UnhandledException; 287entry.CircuitHost.UnhandledException -= CircuitHost_UnhandledException; 327circuitHost.UnhandledException -= CircuitHost_UnhandledException;