Akka.Actor.IllegalActorNameException.IllegalActorNameException C# (CSharp) Method

IllegalActorNameException() protected method

Initializes a new instance of the IllegalActorNameException class.
protected IllegalActorNameException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System
        protected IllegalActorNameException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

IllegalActorNameException::IllegalActorNameException ( string message ) : System
IllegalActorNameException