File tree 2 files changed +2
-3
lines changed
src/Components/Components/src 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
#nullable enable
2
2
Microsoft.AspNetCore.Components.ComponentBase.DispatchExceptionAsync(System.Exception! exception) -> System.Threading.Tasks.Task!
3
- Microsoft.AspNetCore.Components.RenderHandle.DispatchExceptionAsync(System.Exception! exception) -> System.Threading.Tasks.Task!
4
3
*REMOVED*Microsoft.AspNetCore.Components.NavigationManager.ToAbsoluteUri(string! relativeUri) -> System.Uri!
5
- Microsoft.AspNetCore.Components.NavigationManager.ToAbsoluteUri(string? relativeUri) -> System.Uri!
4
+ Microsoft.AspNetCore.Components.NavigationManager.ToAbsoluteUri(string? relativeUri) -> System.Uri!
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void Render(RenderFragment renderFragment)
70
70
/// </summary>
71
71
/// <param name="exception">The <see cref="Exception"/> that will be dispatched to the renderer.</param>
72
72
/// <returns>A <see cref="Task"/> that will be completed when the exception has finished dispatching.</returns>
73
- public Task DispatchExceptionAsync ( Exception exception )
73
+ internal Task DispatchExceptionAsync ( Exception exception )
74
74
{
75
75
var renderer = _renderer ;
76
76
var componentId = _componentId ;
You can’t perform that action at this time.
0 commit comments