Class InvalidAssociationException
This exception is thrown when an association setup request is invalid and it is impossible to recover (malformed IP address, unknown hostname, etc...).
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public class InvalidAssociationException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceInvalidAssociationException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidAssociationException class.
Declaration
protected InvalidAssociationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
InvalidAssociationException(String, Exception)
Initializes a new instance of the InvalidAssociationException class.
Declaration
public InvalidAssociationException(string message, Exception cause = null)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | cause | The exception that is the cause of the current exception. |