Akka.Dispatch.SysMsg.Escalate.Escalate C# (CSharp) Méthode

Escalate() public méthode

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