24 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
186
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
394
UnhandledException
(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
420
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
454
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
479
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
503
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
523
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
553
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
590
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false));
598
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
623
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
704
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
712
UnhandledException
?.Invoke(this, e);
851
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 (7)
Circuits\CircuitHostTest.cs (7)
141
circuitHost.
UnhandledException
+= (sender, eventArgs) =>
239
circuitHost.
UnhandledException
+= (sender, eventArgs) => initializeException = eventArgs.ExceptionObject;
263
circuitHost.
UnhandledException
+= (sender, errorInfo) =>
622
handler => circuitHost.
UnhandledException
+= new UnhandledExceptionEventHandler(handler),
623
handler => circuitHost.
UnhandledException
-= new UnhandledExceptionEventHandler(handler),
659
handler => circuitHost.
UnhandledException
+= new UnhandledExceptionEventHandler(handler),
660
handler => circuitHost.
UnhandledException
-= new UnhandledExceptionEventHandler(handler),