Initializes a new instance of the
Escalate class.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Escalate(
Exception reason
)
Public Sub New (
reason As Exception
)
public:
Escalate(
Exception^ reason
)
new :
reason : Exception -> Escalate
Parameters
- reason
- Type: SystemException
The reason.
See Also