|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatThrowsAsynchronously.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2beb0bd2470399ec139bfd573e08bb45eb857276db006699307b0c62099508fe"
// <auto-generated/>
#pragma warning disable 1591
namespace Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#line default
#line hidden
#nullable restore
#line (1,12)-(1,29) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatThrowsAsynchronously.razor"
[StreamRendering]
#line default
#line hidden
#nullable disable
#nullable restore
public partial class StreamingComponentThatThrowsAsynchronously : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.AddMarkupContent(0, "Some output\r\n");
}
#pragma warning restore 1998
#nullable restore
#line (3,8)-(9,1) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentThatThrowsAsynchronously.razor"
protected override async Task OnInitializedAsync()
{
await Task.Yield();
throw new InvalidTimeZoneException("Test message with <b>markup</b>");
}
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
|