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

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

Public Methods

Method Description
ClientDisconnectedException ( string message ) : System

Initializes a new instance of the ClientDisconnectedException class.

Protected Methods

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

Initializes a new instance of the ClientDisconnectedException class.

Method Details

ClientDisconnectedException() protected method

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.
return System

ClientDisconnectedException() public method

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