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

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

public EndpointException ( string msg, Exception cause = null ) : System
msg string
cause System.Exception
Результат System
        public EndpointException(string msg, Exception cause = null) : base(msg, cause) { }

Same methods

EndpointException::EndpointException ( SerializationInfo info, StreamingContext context ) : System
EndpointException