C# Class Akka.Remote.Transport.InvalidAssociationException

This exception is thrown when an association setup request is invalid and it is impossible to recover (malformed IP address, unknown hostname, etc...).
Inheritance: Akka.Actor.AkkaException
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
InvalidAssociationException ( string message, Exception cause = null ) : System

Initializes a new instance of the InvalidAssociationException class.

Méthodes protégées

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

Initializes a new instance of the InvalidAssociationException class.

Method Details

InvalidAssociationException() protected méthode

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

InvalidAssociationException() public méthode

Initializes a new instance of the InvalidAssociationException class.
public InvalidAssociationException ( string message, Exception cause = null ) : System
message string The message that describes the error.
cause System.Exception The exception that is the cause of the current exception.
Résultat System