C# Class Akka.Dispatch.SysMsg.Escalate

Class Escalate.
Inheritance: ISystemMessage
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
Escalate ( Exception reason ) : System

Initializes a new instance of the Escalate class.

ToString ( ) : string

Method Details

Escalate() public method

Initializes a new instance of the Escalate class.
public Escalate ( Exception reason ) : System
reason System.Exception The reason.
return System

ToString() public method

public ToString ( ) : string
return string