Akka.Remote.EndpointActor.PublishError C# (CSharp) Method

PublishError() protected method

protected PublishError ( Exception ex, LogLevel level ) : void
ex Exception
level LogLevel
return void
        protected void PublishError(Exception ex, LogLevel level)
        {
            TryPublish(new AssociationErrorEvent(ex, LocalAddress, RemoteAddress, Inbound, level));
        }