8 references to InvocationBindingFailureMessage
Microsoft.AspNetCore.Components.Server (2)
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)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
Protocol\MessagePackHubProtocolWorker.cs (2)
96return new InvocationBindingFailureMessage(invocationId, target, ExceptionDispatchInfo.Capture(ex)); 126return new InvocationBindingFailureMessage(invocationId, target, ExceptionDispatchInfo.Capture(ex));
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
Protocol\NewtonsoftJsonHubProtocol.cs (2)
364? new InvocationBindingFailureMessage(invocationId, target, argumentBindingException) 390? new InvocationBindingFailureMessage(invocationId, target, argumentBindingException)