Akka.Remote.EndpointDisassociatedException.EndpointDisassociatedException C# (CSharp) Метод

EndpointDisassociatedException() публичный Метод

public EndpointDisassociatedException ( string msg ) : System
msg string
Результат System
        public EndpointDisassociatedException(string msg)
            : base(msg)
        {
        }
    }
EndpointDisassociatedException