17 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
181UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 382UnhandledException(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 408UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 442UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 467UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 491UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 511UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 541UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 578UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false)); 586UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 611UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false)); 692UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false)); 700UnhandledException?.Invoke(this, e); 811UnhandledException?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Circuits\CircuitRegistry.cs (3)
84circuitHost.UnhandledException += CircuitHost_UnhandledException; 287entry.CircuitHost.UnhandledException -= CircuitHost_UnhandledException; 327circuitHost.UnhandledException -= CircuitHost_UnhandledException;