2 references to CustomErrorMessage
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (1)
4001await client.SendHubMessageAsync(CompletionMessage.WithError("id", CustomErrorMessage)).DefaultTimeout();
HubConnectionHandlerTestUtils\Hubs.cs (1)
279return ex.Message == HubConnectionHandlerTests.CustomErrorMessage;