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

AkkaException() protected method

Initializes a new instance of the AkkaException class.
protected AkkaException ( ) : System
return System
        protected AkkaException()
        {
        }

Same methods

AkkaException::AkkaException ( SerializationInfo info, StreamingContext context ) : System
AkkaException::AkkaException ( string message, Exception cause = null ) : System
AkkaException