InvalidAssociationException Class

Indicates that the association setup request is invalid and it is impossible to recover (malformed IP address, unknown hostname, etc...)

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public class InvalidAssociationException : AkkaException
Public Class InvalidAssociationException _
	Inherits AkkaException
public ref class InvalidAssociationException : public AkkaException

Inheritance Hierarchy


Object
  Exception
    Akka.Actor..::..AkkaException
      Akka.Remote.Transport..::..InvalidAssociationException