Akka.Remote.RemoteActorRef.HandleException C# (CSharp) Method

HandleException() private method

private HandleException ( Exception ex ) : void
ex System.Exception
return void
        private void HandleException(Exception ex)
        {
            Remote.System.EventStream.Publish(new Error(ex, Path.ToString(), GetType(), "swallowing exception during message send"));
        }