24 references to UnhandledException
Microsoft.AspNetCore.Components.Server (17)
Circuits\CircuitHost.cs (14)
185
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
386
UnhandledException
(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
412
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
446
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
471
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
495
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
515
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
545
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
582
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(nex, isTerminating: false));
590
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
615
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
696
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(e, isTerminating: false));
704
UnhandledException
?.Invoke(this, e);
815
UnhandledException
?.Invoke(this, new UnhandledExceptionEventArgs(ex, isTerminating: false));
Circuits\CircuitRegistry.cs (3)
87
circuitHost.
UnhandledException
+= CircuitHost_UnhandledException;
313
circuitHost.
UnhandledException
-= CircuitHost_UnhandledException;
397
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),