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

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

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

Same methods

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