Class InvalidActorNameException
This exception is thrown when the actor name is invalid.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class InvalidActorNameException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceInvalidActorNameException(SerializationInfo, StreamingContext)
Initializes a new instance of the Invalid
Declaration
protected InvalidActorNameException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
InvalidActorNameException(String)
Initializes a new instance of the Invalid
Declaration
public InvalidActorNameException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
InvalidActorNameException(String, Exception)
Initializes a new instance of the Invalid
Declaration
public InvalidActorNameException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception. |