SuspendReasonRecreation Constructor |
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Recreation(
Exception cause
)
Public Sub New (
cause As Exception
)
public:
Recreation(
Exception^ cause
)
new :
cause : Exception -> Recreation
Parameters
- cause
- Type: SystemException
[Missing <param name="cause"/> documentation for "M:Akka.Actor.Internal.SuspendReason.Recreation.#ctor(System.Exception)"]
See Also