17 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
170
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
372
UnhandledException
(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
398
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
432
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
457
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
481
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
501
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
531
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
568
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false));
576
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
601
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
682
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
690
UnhandledException
?.Invoke(this, e);
801
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;