C# Class Akka.Remote.TestKit.Controller.ClientDisconnectedException

This exception is thrown when a client has disconnected.
Inheritance: Akka.Actor.AkkaException
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ClientDisconnectedException ( string message ) : System

Initializes a new instance of the ClientDisconnectedException class.

Méthodes protégées

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

Initializes a new instance of the ClientDisconnectedException class.

Method Details

ClientDisconnectedException() protected méthode

Initializes a new instance of the ClientDisconnectedException class.
protected ClientDisconnectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Résultat System

ClientDisconnectedException() public méthode

Initializes a new instance of the ClientDisconnectedException class.
public ClientDisconnectedException ( string message ) : System
message string The message that describes the error.
Résultat System