InvalidActorNameException Constructor (String, Exception) |
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic InvalidActorNameException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
InvalidActorNameException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> InvalidActorNameException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Akka.Actor.InvalidActorNameException.#ctor(System.String,System.Exception)"]
- innerException
- Type: SystemException
[Missing <param name="innerException"/> documentation for "M:Akka.Actor.InvalidActorNameException.#ctor(System.String,System.Exception)"]
See Also