1 write to ErrorContent
Microsoft.AspNetCore.Components (1)
ErrorBoundaryBase.cs (1)
114
ErrorContent
= _ => _ => ExceptionDispatchInfo.Capture(exception).Throw();
2 references to ErrorContent
Microsoft.AspNetCore.Components.Web (2)
Web\ErrorBoundary.cs (2)
32
else if (
ErrorContent
is not null)
34
builder.AddContent(1,
ErrorContent
(CurrentException));