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