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