Class IllegalActorNameException
This exception is thrown when an Actor with an invalid name is deployed.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class IllegalActorNameException : AkkaException, ISerializable
Constructors
| Edit this page View SourceIllegalActorNameException(SerializationInfo, StreamingContext)
Initializes a new instance of the IllegalActorNameException class.
Declaration
protected IllegalActorNameException(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. |
IllegalActorNameException(string)
Initializes a new instance of the IllegalActorNameException class.
Declaration
public IllegalActorNameException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |
Edit this page