Akka.Actor.ActorKilledException.ActorKilledException C# (CSharp) 메소드

ActorKilledException() 보호된 메소드

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

Same methods

ActorKilledException::ActorKilledException ( string message ) : System
ActorKilledException