File: artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\RazorComponents_Throws_razor.g.cs
Project: src\src\Mvc\test\WebSites\BasicWebSite\BasicWebSite.csproj (BasicWebSite)
#pragma checksum "D:\a\_work\1\s\src\Mvc\test\WebSites\BasicWebSite\RazorComponents\Throws.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "efa3d0e739e4c6276a7b5cdf593081ae4f4df73359712837491f37d329572330"
// <auto-generated/>
#pragma warning disable 1591
namespace BasicWebSite.RazorComponents
{
    #line default
    using global::System;
    using global::System.Collections.Generic;
    using global::System.Linq;
    using global::System.Threading.Tasks;
    using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,43) "D:\a\_work\1\s\src\Mvc\test\WebSites\BasicWebSite\RazorComponents\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
 
#nullable disable
    ;
    #line default
    #line hidden
    [global::Microsoft.AspNetCore.Components.RouteAttribute(
    // language=Route,Component
#nullable restore
#line (1,7)-(1,27) "D:\a\_work\1\s\src\Mvc\test\WebSites\BasicWebSite\RazorComponents\Throws.razor"
"/components/throws"
 
#line default
#line hidden
#nullable disable
    )]
    #nullable restore
    public partial class Throws : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
        }
        #pragma warning restore 1998
#nullable restore
#line (4,8)-(10,1) "D:\a\_work\1\s\src\Mvc\test\WebSites\BasicWebSite\RazorComponents\Throws.razor"
 
    protected override async Task OnInitializedAsync()
    {
        await base.OnInitializedAsync();
        throw new InvalidTimeZoneException("test");
    }
 
#line default
#line hidden
#nullable disable
 
    }
}
#pragma warning restore 1591