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

ActorNotFoundException() public method

Initializes a new instance of the ActorNotFoundException class.
public ActorNotFoundException ( ) : System
return System
        public ActorNotFoundException()
            : base()
        {
        }

Same methods

ActorNotFoundException::ActorNotFoundException ( SerializationInfo info, StreamingContext context ) : System
ActorNotFoundException::ActorNotFoundException ( string message, Exception innerException = null ) : System
ActorNotFoundException