17 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
187
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
396
UnhandledException
(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
422
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
456
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
481
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
505
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
525
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
555
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
592
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false));
600
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
625
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
706
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
714
UnhandledException
?.Invoke(this, e);
853
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Circuits\CircuitRegistry.cs (3)
87
circuitHost.
UnhandledException
+= CircuitHost_UnhandledException;
313
circuitHost.
UnhandledException
-= CircuitHost_UnhandledException;
398
circuitHost.
UnhandledException
-= CircuitHost_UnhandledException;