Class Recreate
Sent to self from Restart(Exception)
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class Recreate : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceRecreate(Exception)
Initializes a new instance of the Recreate class.
Declaration
public Recreate(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | The cause. |
Properties
| Improve this Doc View SourceCause
Gets the cause.
Declaration
public Exception Cause { get; }
Property Value
Type | Description |
---|---|
Exception | The cause. |
Methods
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |