C# Class Akka.Remote.EndpointException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

EndpointException() protected méthode

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

EndpointException() public méthode

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