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