Click or drag to resize
Escalate Constructor
Initializes a new instance of the Escalate class.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Escalate(
	Exception reason
)

Parameters

reason
Type: SystemException
The reason.
See Also