Akka.Actor.IllegalActorStateException.IllegalActorStateException C# (CSharp) Метод

IllegalActorStateException() защищенный Метод

Initializes a new instance of the IllegalActorStateException class.
protected IllegalActorStateException ( 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.
Результат System
        protected IllegalActorStateException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

IllegalActorStateException::IllegalActorStateException ( string message ) : System
IllegalActorStateException