4 references to InvocationBindingFailureMessage
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs (2)
96return new InvocationBindingFailureMessage(invocationId, target, ExceptionDispatchInfo.Capture(ex)); 126return new InvocationBindingFailureMessage(invocationId, target, ExceptionDispatchInfo.Capture(ex));
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
374? new InvocationBindingFailureMessage(invocationId, target, argumentBindingException) 400? new InvocationBindingFailureMessage(invocationId, target, argumentBindingException)