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