diff --git a/src/Components/Server/ref/Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs b/src/Components/Server/ref/Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs index 473887e31c..94f0e82eee 100644 --- a/src/Components/Server/ref/Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs +++ b/src/Components/Server/ref/Microsoft.AspNetCore.Components.Server.netcoreapp3.0.cs @@ -79,13 +79,6 @@ namespace Microsoft.AspNetCore.Components.Server.Circuits public static void NotifyLocationChanged(string uriAbsolute, bool isInterceptedLink) { } } } -namespace Microsoft.AspNetCore.Components.Web.Rendering -{ - public partial class RemoteRendererException : System.Exception - { - public RemoteRendererException(string message) { } - } -} namespace Microsoft.Extensions.DependencyInjection { public static partial class ComponentServiceCollectionExtensions diff --git a/src/Components/Server/src/Circuits/RemoteRendererException.cs b/src/Components/Server/src/Circuits/RemoteRendererException.cs index 462c446751..75edc46ad7 100644 --- a/src/Components/Server/src/Circuits/RemoteRendererException.cs +++ b/src/Components/Server/src/Circuits/RemoteRendererException.cs @@ -8,7 +8,7 @@ namespace Microsoft.AspNetCore.Components.Web.Rendering /// /// Represents an exception related to remote rendering. /// - public class RemoteRendererException : Exception + internal class RemoteRendererException : Exception { /// /// Constructs an instance of .