You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to custom exception serializer for exceptions of remoting call? Message's serializer can be customized by implementing IServiceRemotingMessageSerializationProvider, but it seems exception's serializer is hardcode in RemoteException class:
@ameyanator Thanks for replying, I have another question about why ServiceFabric wraps remote server exception into an AggregateException, and the client has to check the inner exception to check what is happened
I will try and discuss this with the broader team and will let you know/get back to you if there might be some design or specific consideration as to why it is like that.
Is it possible to custom exception serializer for exceptions of remoting call? Message's serializer can be customized by implementing IServiceRemotingMessageSerializationProvider, but it seems exception's serializer is hardcode in RemoteException class:
service-fabric-services-and-actors-dotnet/src/Microsoft.ServiceFabric.Services.Remoting/V2/RemoteException.cs
Line 24 in 5bda86c
and can not be customized. Is there anyway to achieve this? Thanks
The text was updated successfully, but these errors were encountered: