Akka.Dispatch.SysMsg.Recreate.Recreate C# (CSharp) Method

Recreate() public method

Initializes a new instance of the Recreate class.
public Recreate ( Exception cause ) : System
cause System.Exception The cause.
return System
        public Recreate(Exception cause)
        {
            Cause = cause;
        }