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

Escalate() public method

Initializes a new instance of the Escalate class.
public Escalate ( Exception reason ) : System
reason System.Exception The reason.
return System
        public Escalate(Exception reason)
        {
            Reason = reason;
        }