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
| Improve this Doc 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. |