C# Class Akka.Remote.Transport.PduCodecException

INTERNAL API
Inheritance: Akka.Actor.AkkaException
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
PduCodecException ( string msg, Exception cause = null ) : System

Méthodes protégées

Méthode Description
PduCodecException ( SerializationInfo info, StreamingContext context ) : System

Method Details

PduCodecException() protected méthode

protected PduCodecException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

PduCodecException() public méthode

public PduCodecException ( string msg, Exception cause = null ) : System
msg string
cause System.Exception
Résultat System