17 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
165UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 362UnhandledException(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 388UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 422UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 447UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 471UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 491UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 521UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 558UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false)); 566UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 591UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 672UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 680UnhandledException?.Invoke(this, e); 791UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Circuits\CircuitRegistry.cs (3)
84circuitHost.UnhandledException += CircuitHost_UnhandledException; 287entry.CircuitHost.UnhandledException -= CircuitHost_UnhandledException; 327circuitHost.UnhandledException -= CircuitHost_UnhandledException;