Akka.Remote.Transport.UnderlyingTransportError.UnderlyingTransportError C# (CSharp) Method

UnderlyingTransportError() public method

public UnderlyingTransportError ( Exception cause, string message ) : System
cause System.Exception
message string
return System
        public UnderlyingTransportError(Exception cause, string message)
        {
            Cause = cause;
            Message = message;
        }
    }
UnderlyingTransportError