C# Class Akka.Actor.AskTimeoutException

This exception is thrown when an Ask operation times out.
Inheritance: AkkaException
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
AskTimeoutException ( string message ) : System

Initializes a new instance of the AskTimeoutException class.

Méthodes protégées

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

Initializes a new instance of the AskTimeoutException class.

Method Details

AskTimeoutException() protected méthode

Initializes a new instance of the AskTimeoutException class.
protected AskTimeoutException ( 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

AskTimeoutException() public méthode

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