Akka.Actor.InvalidActorNameException.InvalidActorNameException C# (CSharp) Méthode

InvalidActorNameException() protected méthode

Initializes a new instance of the InvalidActorNameException class.
protected InvalidActorNameException ( 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.
Résultat System
        protected InvalidActorNameException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

InvalidActorNameException::InvalidActorNameException ( string message ) : System
InvalidActorNameException::InvalidActorNameException ( string message, Exception innerException ) : System
InvalidActorNameException