| ResumeCausedByFailure Property |
Gets or sets the caused by failure.
Namespace:
Akka.Dispatch.SysMsg
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Exception CausedByFailure { get; set; }
member CausedByFailure : Exception with get, set
Property Value
Type:
ExceptionThe caused by failure.
See Also