2 references to ProcessHandlerErrorAsync
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\CallHandlers\ServerCallHandlerBase.cs (2)
64return serverCallContext.ProcessHandlerErrorAsync(ex, MethodInvoker.Method.Name, IsStreaming, SerializerOptions); 75await serverCallContext.ProcessHandlerErrorAsync(ex, method.Name, isStreaming, serializerOptions);