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

PduCodecException() protected method

protected PduCodecException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected PduCodecException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

PduCodecException::PduCodecException ( string msg, Exception cause = null ) : System
PduCodecException