3 writes to CurrentException
Microsoft.AspNetCore.Components (3)
ErrorBoundaryBase.cs (3)
45CurrentException = null; 89CurrentException = exception; 112CurrentException = exception;
5 references to CurrentException
Microsoft.AspNetCore.Components (1)
ErrorBoundaryBase.cs (1)
42if (CurrentException is not null)
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (2)
705public Exception ReceivedException => CurrentException; 714if (CurrentException == null)
Microsoft.AspNetCore.Components.Web (2)
Web\ErrorBoundary.cs (2)
28if (CurrentException is null) 34builder.AddContent(1, ErrorContent(CurrentException));