25 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;
Microsoft.AspNetCore.Components.Server.Tests (8)
Circuits\CircuitHostTest.cs (8)
141
circuitHost.
UnhandledException
+= (sender, eventArgs) =>
239
circuitHost.
UnhandledException
+= (sender, eventArgs) => initializeException = eventArgs.ExceptionObject;
263
circuitHost.
UnhandledException
+= (sender, errorInfo) =>
600
circuitHost.
UnhandledException
+= (_, e) =>
1167
handler => circuitHost.
UnhandledException
+= new UnhandledExceptionEventHandler(handler),
1168
handler => circuitHost.
UnhandledException
-= new UnhandledExceptionEventHandler(handler),
1204
handler => circuitHost.
UnhandledException
+= new UnhandledExceptionEventHandler(handler),
1205
handler => circuitHost.
UnhandledException
-= new UnhandledExceptionEventHandler(handler),