C# Class Akka.Remote.Transport.PduCodecException

INTERNAL API
Inheritance: Akka.Actor.AkkaException
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

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

Protected Methods

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

Method Details

PduCodecException() protected method

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

PduCodecException() public method

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