C# Класс 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...).
Наследование: Akka.Actor.AkkaException
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidAssociationException ( string message, Exception cause = null ) : System

Initializes a new instance of the InvalidAssociationException class.

Защищенные методы

Метод Описание
InvalidAssociationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidAssociationException class.

Описание методов

InvalidAssociationException() защищенный Метод

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.
Результат System

InvalidAssociationException() публичный Метод

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.
Результат System