3 writes to CurrentException
Microsoft.AspNetCore.Components (3)
ErrorBoundaryBase.cs (3)
45CurrentException = null; 89CurrentException = exception; 112CurrentException = exception;
3 references to CurrentException
Microsoft.AspNetCore.Components (1)
ErrorBoundaryBase.cs (1)
42if (CurrentException is not null)
Microsoft.AspNetCore.Components.Web (2)
Web\ErrorBoundary.cs (2)
28if (CurrentException is null) 34builder.AddContent(1, ErrorContent(CurrentException));