Class Resume
Sent to self from Resume(Exception)
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class Resume : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceResume(Exception)
Initializes a new instance of the Resume class.
Declaration
public Resume(Exception causedByFailure)
Parameters
Type | Name | Description |
---|---|---|
Exception | causedByFailure | The caused by failure. |
Properties
| Improve this Doc View SourceCausedByFailure
Gets or sets the caused by failure.
Declaration
public Exception CausedByFailure { get; set; }
Property Value
Type | Description |
---|---|
Exception | The caused by failure. |
Methods
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |