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