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 e39c5d64acf7..82ca168a00e5 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
@@ -70,13 +70,6 @@ protected CircuitHandler() { }
public virtual System.Threading.Tasks.Task OnConnectionUpAsync(Microsoft.AspNetCore.Components.Server.Circuits.Circuit circuit, System.Threading.CancellationToken cancellationToken) { throw null; }
}
}
-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 462c4467515d..75edc46ad796 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 .