Akka.Pattern.IllegalStateException.IllegalStateException C# (CSharp) Method

IllegalStateException() protected method

Initializes a new instance of the IllegalStateException class.
protected IllegalStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
return System.Runtime.Serialization
        protected IllegalStateException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }
    }

Same methods

IllegalStateException::IllegalStateException ( string message ) : System.Runtime.Serialization
IllegalStateException